📌  相关文章
📜  如何在javascript代码示例中创建特定长度的数组

📅  最后修改于: 2022-03-11 15:02:03.340000             🧑  作者: Mango

代码示例1
const array = new Array(3).fill(0)