用array() 宣告陣列. 索引式陣列(Indexed Array). <?php $colors = array("red", "green", "blue"); echo $colors[0]."<br>"; echo $colors[1].
確定! 回上一頁