返回列表 發帖
回復 1# aot

嗯,輸出為 json 即可。
$mydata = array(
  'a' => 123,
  'b' => 456
);
echo json_encode($mydata);
To infinity and beyond!

TOP

返回列表 回復 發帖