2个回答
展开全部
中国天气网的有点问题,可以用下面api,你直接放浏览器里打开就会显示结果
http://api.tocus.com.cn/weather2.php?send=北京
显示结果为
{"city":"北京","weather":"晴~阴","temp1":"26℃","temp2":"11℃"}
你可以参考下,天气api接口
http://www.tocus.com.cn/?send=article_show&id=105&class=2
http://api.tocus.com.cn/weather2.php?send=北京
显示结果为
{"city":"北京","weather":"晴~阴","temp1":"26℃","temp2":"11℃"}
你可以参考下,天气api接口
http://www.tocus.com.cn/?send=article_show&id=105&class=2
展开全部
搜"中国国家气象局天气预报信息接口"出来一堆。
更多追问追答
追问
但是不回用阿,能来个例子吗
追答
我用jquery给你写个例子
$(function(){
//url 省掉了http和www
//参数只用了个城市代号
$.getJSON(".weather.com.cn/data/cityinfo/101010100.html",{cityid:"101010300"},function(data){
console.log(data.weatherinfo.city);//城市
console.log(data.weatherinfo.cityid);//城市代号
console.log(data.weatherinfo.temp1);//最高温
console.log(data.weatherinfo.temp2);//最低温
console.log(data.weatherinfo.weather);//天气
})
})
清楚他的接口,参数,和返回数据格式后,用法都一样。
jquery的getJSON和getScript能搞定大部分的公共服务接口调用。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询