摘要:
1. JQ中的遍历 each() ★★★★★ 回调函数的两个参数 this指向 return false; <script> $('li').each(function(i,ele) { //alert(i) //ele:原生的元素↓ ele.style.background = 'red' $(e 阅读全文
posted @ 2019-06-24 05:54
一忘木尘封
阅读(196)
评论(0)
推荐(0)