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) })
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) })