$(“.chb:checked”).map(function(){return $(this).val()}).get();
$(".chb:checked").map( function(){ return $(this).val() } ).get();
要发表评论,您必须先登录。
Rat’s Blog