批量删除:$("input[name='codeChk']:check").each(function(){ selId += isStringNull(selId)?","+$(this).val():$(this).val(); });
选中行数,循环删除,关键词:each