const array = new Array(9).fill('')
//fill:使用固定值填充数组
js创建指定长度得数组
最新推荐文章于 2025-05-09 01:14:44 发布
const array = new Array(9).fill('')
//fill:使用固定值填充数组