以下範例為建立一個陣列後,然後轉換成json 的格式。 $arr = array('id'=>'001','name'=>'Roger','age'=>'35'); echo json_encode($arr);. 將會得到以下的結果
確定! 回上一頁