PHP計算顯示平均溫度、五個最低及最高溫度

<?php   $month_temp = "78, 60, 62, 68, 71, 68, 73, 85, 66, 64, 76, 63, 81, 76, 73,   68, 72, 73, 75, 65, 74, 63, 67, 65, 64, 68, 73, 75, 79, 73";   $temp_array = explode(',', $month_temp);   $tot_temp
相關文章
相關標籤/搜索