🌈 搜索
📅  最后修改于: 2022-03-11 15:03:43.027000             🧑  作者: Mango
const array = new Array(5).fill(0); console.log(array); // [0, 0, 0, 0, 0]