我有一个天气小部件,我需要动态背景。雅虎有天气 API,但我找不到与天气类型相关的背景图像。https://weather.yahoo.com/这可能吗?
var url = 'http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20weather.forecast%20where%20location%3D%2248907%22&format=json'
$.getJSON(url, function (data) {
console.log(data)
})