怎么把json中的 date元素 LongGoodsName 批量获取出来呢

参考博客文章

 

 

$json_string = ‘http://api.xuandan.com/DataApi/HotGoods?AppKey=tspgnv6wpn&type=2&page=1&pagesize=10‘;//获得json的url
$data = curl_file_get_contents($json_string);//通过方法获得json串

 

怎么把json中的 date元素 LongGoodsName 批量获取出来呢

上一篇:基于 HttpURLConnection 的网络开发总结


下一篇:一个Netflix开发的微服务编排引擎,支持可视化工作流定义