标签:
var tag = []; $(‘.deltag‘).each(function(){ if($(this).attr("checked")== ‘checked‘){ tag.push($(this).attr(‘value‘)); } });
js 数据存入数组
原文地址:http://www.cnblogs.com/isungge/p/4748654.html