不使用for循环生成1-100的数组(转) var filled = Array.from(Array(100), (v,k) => k+1); https://www.h3399.cn/202003/761821.html