首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

天候API

2012-11-14 
天气APIhttp://m.weather.com.cn/data/101210101.html?中国天气提供的内部API,后面的ID还未知具体规则返回

天气API

http://m.weather.com.cn/data/101210101.html

?

中国天气提供的内部API,后面的ID还未知具体规则

返回的数据格式为json;

1 楼 jimmyking 2011-11-23   非常感谢,还不知您是怎么找到这个地址的
后面的ID是有规律的
http://www.weather.com.cn/data/listinfo/city.xml?level=0
http://www.weather.com.cn/data/listinfo/city"+proCodes[0]+".xml?level=1
http://www.weather.com.cn/data/listinfo/city"+ciCodes[0]+".xml?level=2
http://www.weather.com.cn/data/list3/city"+ lCodes[0] + ".xml
代码为:proCodes[1] + ","+ciCodes[1]+","+lCodes[1] + ","+successCodes[1] 2 楼 棒棒军军长 2012-05-06   这个接口怎么才能调用呢,我想采用js调用。

热点排行