php中回调, 返回值 json标准是什么?

阅读 3.6k
2 个回答
新手上路,请多包涵

php回调返回json代码:

header('Content-Type: text/html');
echo json_encode(array('code'=>'0'));