API地址:? ?http://59kuang.com/api2.php?mod=weather
特點(diǎn):支持http、https,2個(gè)模式内斯,根據(jù)來訪IP自動(dòng)獲取城市天氣信息
缺點(diǎn):暫時(shí)只能獲取當(dāng)天天氣信息蒲每,后續(xù)會(huì)增加歷史天氣和未來天氣
最主要的是穩(wěn)定、而且永久免費(fèi)扫夜。
返回格式:script (為什么要返回script?驰徊,因?yàn)閟cript可以跨域s源场!棍厂!)
(function(){window.SWther={"status":"1","count":"1","info":"OK","infocode":"10000","lives":[{"province":"\u91cd\u5e86","city":"\u91cd\u5e86\u5e02","adcode":"500000","weather":"\u591a\u4e91","temperature":"8","winddirection":"\u5357","windpower":"5","humidity":"68","reporttime":"2018-01-13 18:00:00","fl":8,"icon":"01"}]}})();
lives: 天氣信息數(shù)組
province:省份
city:城市
adcode:城市代碼
weather:實(shí)時(shí)天氣
temperature:溫度
winddirection:風(fēng)向
windpower:風(fēng)力
humidity:濕度
reporttime:更新時(shí)間
icon:天氣圖標(biāo)
代碼示例:
$.ajax({
url : "http://www.59kuang.com/api2.php?mod=weather",?
dataType : "script",
scriptCharset : "gbk",
success : function() {
var _w = window.SWther.lives[0];
console.log('Percentage:',_w);
}?
});
圖標(biāo)下載地址:
百度網(wǎng)盤:? https://pan.baidu.com/s/1pMGtTDD? ? ?密碼: hfu4