On this page学习JavaScript数据结构数组填充长度固定的数组const arr = new Array(6).fill(1);console.log(arr);Copy遍历map, forEach, reduce, for, for..in, for..of 等等