摘要: var arr=[1,2,3,4,5,6] arr.forEach(function(index,item){ // console.log(item) // console.log(index) }) /... 阅读全文
posted @ 2017-10-11 10:12 \面朝阳光/ 阅读(150) 评论(0) 推荐(0)