用JavaScript 有幾種方法可以建立[1, 2, 3, 4, ..., N] 的陣列1. Array.from() const n ... 為什麼是用 Array() 建立空陣列而不是 new Array() 呢?
確定! 回上一頁