本文共 120 字,大约阅读时间需要 1 分钟。
arr2 = [1,2,3]arr2.map(item => {return item*3})// arr2 [3, 6, 9]复制代码
转载于:https://juejin.im/post/5b7a1d2be51d45389e1489f1