阅读背景:

json_decode返回json字符串而不是数组

来源:互联网 
<?php

$json=file_get_contents('php://input',true);
$data = json_decode($json, true);

print_r($data);
?>
<?php

$json=file_get_contents('php://input',tr



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: