PHP 陣列的架構可以是單純的數個値,也可以由key 與value 的搭配組成 ... echo $array[1]; //output:v2 echo $array[3]; //output:4 echo $array[5]; //output:6.1 echo ...
確定! 回上一頁