chenjack
var emps= $("input[name=\'emp\']:checked");

var employee= "";

emps.each(function(){

employee+= this.value+",";

});

分类:

技术点:

相关文章: