示例代码如下:
<phpheader("Content-type: text/html; charset=utf-8");
$postArray = '[{"count":{"左脑":2,"右脑":3,"全脑":2,"全脑1":1},"score":{"左脑":8,"右脑":14,"全脑":15,"全脑1":8},"pingjun":{"左脑":4,"右脑":46666666666667,"全脑":75,"全脑1":8}}]';
$de_json = json_decode($postArray, true);
echo $de_json[0]['pingjun']['左脑'];
>
json 数组结构如图:
以上就是关于php 读取 json 里面的字段内容全部的内容,包括:php 读取 json 里面的字段内容、、等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)