Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
json_encode で奇妙な問題が発生しています。
これを行う:
echo json_encode(array('action' => 'act'));
これを返します:
"\u0000\"action\":\"act\"}
はい、ブラケットを開始しません。これを解決するには?
この問題の出力は
{"action":"act"}
問題は、json_encode が 2 回実行されていたことです。