优艾设计网

这种多个数组如何按索引相加啊,有谁知道的?

优艾设计网 https://www.uibq.com 2023-02-22 18:41 出处:网络 作者:PS基础教程
爱吃肉的小明89 2021-10-09 16:43 let arr = [优艾设计网_设计LOGO [1,2,3,4,5],[6,7,8,9,10],[11,12,13,14,15],[16,17,18,19,20]]arr.forEach((item,index)=>{item.forEach((z,ins)=>{item[ins] = z + (arr[in
爱吃肉的小明89 2021-10-09 16:43

let arr = [ 优艾设计网_设计LOGO [1,2,3,4,5], [6,7,8,9,10], [11,12,13,14,15], [16,17,18,19,20] ] arr.forEach((item,index)=>{ item.forEach((z,ins)=>{ item[ins] = z + (arr[index-1]?arr[index-1][ins]:0) }) })取arr最后一位


0

精彩评论

暂无评论...
验证码 换一张
取 消