$array = array(3,5,67,8,9,21);
echo array_sum($array);
echo array_sum($array)/count($array) ;
顶一下

(0)
0%
踩一下

(0)
0%
- 相关评论
- 我要评论
-