Home > Article > Backend Development > 怎么把js用的json数据,用php来还原
如何把js用的json数据,用php来还原。
$str=file_get_contents("http://news.soso.com/frontpage.q?ty=1&city=%E6%B2%B3%E6%BA%90");
$str=stripslashes($str);
echo json_decode($str); //这里老是不能输出数据。