Functional methods like forEach() : arr.forEach((v, i) => { /* ... */ }); The for-of loop: for (const v of arr) ...
確定! 回上一頁