<?php //格式: //$陣列變數名[索引值]=資料內容 $foos[0] = "hello " ... 指定鍵(key) $foos = array("hello ","world "); //建立多維陣列//格式: ...
確定! 回上一頁