如果参数不是1个(0个或者多个),可以用()包括
var arr = [1, 3, 5, 7]; arr.forEach((item,index) => console.log(item,index))
0