$array3=array("國文","英文","數學"); $n=count($array3); for($i=0;$i<=($n-1);$i++) { echo $array3[$i]."<br>"; } ?> 結果, 國文英文數學, 國文英文數學
確定! 回上一頁