本文共 112 字,大约阅读时间需要 1 分钟。
array.reduce(function(acc,val){
return acc + val;
},0)
累加数组。
转载于:https://www.cnblogs.com/sy-liu/p/6645143.html