语法:
arr.reduce(callback(accumulator, currentValue[, index[, array]])[, initialValue])
reduce有2个参数:
第一个参数是回调参数:
第二个参数是初始
2019-06-01