摘要: 1. JQ中的遍历 each() ★★★★★ 回调函数的两个参数 this指向 return false; <script> $('li').each(function(i,ele) { //alert(i) //ele:原生的元素↓ ele.style.background = 'red' $(e 阅读全文