摘要: // 形参1: 当前的下标 // 形参2: 当前的dom节点元素 $('#div1').find('div').each(function (i, item) { // this === item 当前的dom节点 } var arr = ['button1', 'button2'] // 形参1: 当前的下标 // 形参2: 当前的元素 $.each(arr, functio... 阅读全文
posted @ 2019-04-29 21:42 王卫朋 阅读(245) 评论(0) 推荐(0) 编辑