checkBox选中值的遍历: var arrChk=$("input[name='allwantservice'][checked]"); $(arrChk).each(function(){ window.alert(this.value); });