$json如何转为数组呢

浏览:1717 发布日期:2017/05/29 分类:ThinkPHP5专区
$json=file_get_contents('http://digi.163.com/special/index_datalist_02/?callback=data_callback');$obj = json_decode($json) 得不到数据,
$json如何转为数组呢?
最佳答案
评论( 相关
后面还有条评论,点击查看>>