forEach((item, index) => {action}); for(let i in arr); for(const v of arr). 在普通的for loop和for…in loop中,i代表的是index of an array, ...
確定! 回上一頁