JS array forEach (). forEach() 方法对数组的每个元素执行一次提供的函数。 var array1 = ['a', 'b', 'c'];; array1.forEach(function(element) ...
確定! 回上一頁