遍歷方法 js jquery 我 常用

端端的土化程式碼發表於2019-03-05

js遍歷

var arr1 = ['zs', 'ls', 'ww'] arr1.forEach(function ( item,index,array ) { console.log(item, index); console.log(array);

})

jquery 引數記憶方法,jq是為了更好的相容ie,剛好對應引數首字母 $(selector).each(function(index,element){ console.log(index) })

相關文章