get返回的json字符串,我通过php json_encode后,如何取值?-灵析社区

皮皮踢

`encode` 是把对象编码为字符串,对字符串编码那不还是字符串嘛。 你应该使用 `json_decode`。

阅读量:1

点赞量:0

问AI