求php抓取网站天气代码,该如何处理

WBOY
풀어 주다: 2016-06-13 13:40:44
원래의
900명이 탐색했습니다.

求php抓取网站天气代码
求php抓取网站天气代码

------解决方案--------------------
基本上都有接口的,新浪的,腾讯的等等
http://www.weather.com.cn/data/sk/101110101.html
http://m.weather.com.cn/data/101110101.html
等等
其中101110101是城市的代码,获得城市代码进入weather.com.cn
------解决方案--------------------

探讨

基本上都有接口的,新浪的,腾讯的等等
http://www.weather.com.cn/data/sk/101110101.html
http://m.weather.com.cn/data/101110101.html
等等
其中101110101是城市的代码,获得城市代码进入weather.com.cn

------解决方案--------------------
貌似几乎所有的这类工具都是这么抓的,voteon83 我一般也不告诉你..哈哈哈
探讨

引用:

基本上都有接口的,新浪的,腾讯的等等
http://www.weather.com.cn/data/sk/101110101.html
http://m.weather.com.cn/data/101110101.html
等等
其中101110101是城市的代码,获得城市代码进入weather.com.cn


+1,其实很多天气……

------解决方案--------------------
探讨
貌似几乎所有的这类工具都是这么抓的,voteon83 我一般也不告诉你..哈哈哈

引用:

引用:

基本上都有接口的,新浪的,腾讯的等等
http://www.weather.com.cn/data/sk/101110101.html
http://m.weather.com.cn/data/10111010……

------解决方案--------------------
有现成的接口供网页嵌入,何苦抓过来抓过去
------解决方案--------------------
探讨

有现成的接口供网页嵌入,何苦抓过来抓过去

------解决方案--------------------
http://6shandong.com/123/weatherplugin.html
------解决方案--------------------
$source = file_get_contents("http://www.weather.com.cn/data/cityinfo/".$carr[1].".html");
$obj=json_decode($source);
echo $obj->weatherinfo->city.' '.$obj->weatherinfo->weather.' '.$obj->weatherinfo->temp1.'~'.$obj->weatherinfo->temp2;
관련 라벨:
원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿