或者,还是写 forEach(nodeList, function (index, value) { console.log(index, value);} ??? index 是什么表述?
3 回答
其实我真的不是东北人
TA贡献105条经验 获得超66个赞
我不明白你要问什么, 我 把forEach 写下来。
var arr = ["a","b","c","d","ggg","asfd"];
arr.forEach(function(a,b)
{
console.log("我是a:"+a+";;;;;;;;;;;;我是b我是序列号:"+b);
})
添加回答
举报
0/150
提交
取消