有兩種方法新增一個元素:分別是push()和arr[]. 1、Php程式碼$arr = array();array_push($arr, el1, el2 ... eln);. 2、Php程式碼$arr = array() ...
確定! 回上一頁