jquery 获取name一样的值时间:2021-09-21 15:31:32 $("input[name=test]").map(function(){return this.value;}).get().join(",")