如果想要一次选择多个呢 ,括号里该怎么写 比如说 [0,1,2,3]
$('数组').each(function(index,data){
//index为起始角标,data为值
console.info($(this));
});
问题写的不太清楚~