var arr = [2,4,6]; arr.forEach(console.log); arr.forEach(function(arg){console.log(arg)});
2种方法为何输出结果不一样?
kevinZee
相关分类