get() and eq() 区别
为什么用get()就可以写成JS的样子:$("#aaron a").get(4).style.color="#fff"; 而用eq()就不能写成这样子呢:$("#aaron a").eq(4).style.color="#fff"; eq()一定要写成这样子才有效果吗?:$aaron.eq(3).attr("style","color:#fff;");
为什么用get()就可以写成JS的样子:$("#aaron a").get(4).style.color="#fff"; 而用eq()就不能写成这样子呢:$("#aaron a").eq(4).style.color="#fff"; eq()一定要写成这样子才有效果吗?:$aaron.eq(3).attr("style","color:#fff;");
2016-05-22
举报