摘要: es6学习网站:https://es6.ruanyifeng.com/#docs/object-methods 1.fill替换数组的某一块区域 例子1:数组中把3和4替换成8, <script> let arr = [1, 2, 3, 4, 5] console.log(arr.fill(8, 2 阅读全文
posted @ 2020-03-14 17:45 前端HL 阅读(273) 评论(0) 推荐(0) 编辑