0
点赞
收藏
分享

微信扫一扫

js 填充数组


let arr = Array.from({ length: 10 }, (_, index) => index)
  console.log(arr)

js 填充数组_1024程序员节


举报

相关推荐

0 条评论