//載入JSON編碼類別include_once('JSON.php'); //建立JSON編碼物件$json = new Services_JSON(); //假設陣列資料$data = array( 123, '中文', 'key' => ' ...
確定! 回上一頁