运维网's Archiver
论坛
›
php
› php string to json
wss1051
发表于 2017-4-6 10:37:14
php string to json
$body = stripslashes($response->body);
$body = json_decode($body, true);
页:
[1]
查看完整版本:
php string to json