qq_花开花谢_0
示例代码如下:123456<?phpheader("Content-type: text/html; charset=utf-8");$postArray = '[{"count":{"左脑":2,"右脑":3,"全脑":2,"全脑1":1},"score":{"左脑":8,"右脑":14,"全脑":15,"全脑1":8},"pingjun":{"左脑":4,"右脑":4.6666666666667,"全脑":7.5,"全脑1":8}}]';$de_json = json_decode($postArray, true);echo $de_json[0]['pingjun']['左脑'];?>json 数组结构如图: