所以我們必須透過 for..of 將索引值取出。 const array = [1,2,3,4]; const iterator = array.keys(); for(let key of iterator){ console.
確定! 回上一頁