愤怒蜜粉

文章
4
资源
0
加入时间
2年10月21天

jquery 遍历复选框

$("#theKeyAttr").find(":checkbox").each(function () {   if($(this).is(':checked')){    theChecked += ',' +$(this).val();   }  });