老師可以加一個json頭吧
header("application/json;charset=UTF-8");
header("application/json;charset=UTF-8");
2015-06-11
裝一個json_format 的瀏覽器插件~
或者 用下json_encode 的 JSON_PRETTY_PRINT 參數
可讀性會好很多.
或者 用下json_encode 的 JSON_PRETTY_PRINT 參數
可讀性會好很多.
2015-06-07