数学_.sum本页总览_.sum(array)计算 array 中值的总和添加版本3.4.0参数array (Array): 要迭代的数组。返回(number): 返回总和。例子_.sum([4, 2, 8, 6]);// => 20