Array.forEach(). forEach() 方法为每个数组元素调用一次函数(回调函数)。 实例. var txt = ""; var numbers = [45, 4, 9, 16, 25]; numbers.forEach(myFunction); ...
確定! 回上一頁