weiloong
$("input[id^=ck]").each(function(index,e){
            if($(e).is(":checked"))
            {
                userArray.push($(e).attr("value"));
            }    
        });

 

分类:

技术点:

相关文章: