• 2022-06-04
    哪种方法用来计算数组所有元素的总和最简便?( )。
    A: 用foreach 循环遍历数组
    B: 用array_sum 函数
    C: 用array_intersect 函数
    D: 用for 循环遍历数组