PHP 設定陣列的方式很簡單,設定一個變數為陣列(array)即可使用。 ... 將陣列內容印出echo $test[0]; //印出a echo $test[1]; //印出b echo $test[2]; //印出c ...
確定! 回上一頁