时间:2021-07-01 10:21:17 帮助过:5人阅读
$url = 'http://www.weather.com.cn/data/cityinfo/101070101.html';$s = file_get_contents($url);print_r(json_decode($s, true));Array
httpGetRequest无需理会,反正目的就是把文本抓下来,只是用了什么手段而已,你完全可以自写
直接获取就按版主给的file_get_contents,想省点流量就用curl或者socket发送压缩请求
先用 file_get_contents 把工作完成了,等有时间学习了curl, socket...再回头优化吧
你贴的代码中 $info 就是你得到的数据
版主就是版主,十分感谢!还有感谢snmr_com的优化建议!
版主的是正确的...
这个接口已经不更新了,获取的数据不对
http://club.weather.com.cn/thread-555402-1-1.html