forEach :即Array.prototype.forEach,只有数组才有的方法,相当于for 循环遍历数组。用法:arr.forEach(function(item,index,array){...}),其中回调函数 ...
確定! 回上一頁