json数据:$json = '{"state": "1","test": "2"}'; json解析:$de_json = json_decode(【json数据】,true); 输出json内的数据:echo $de_json['state'];//输出结果为 1 解析例子:
json数据:$json = '{"state": "1","test": "2"}'; json解析:$de_json = json_decode(【json数据】,true); 输出json内的数据:echo $de_json['state'];//输出结果为 1 解析例子: