js获取指定城市天气信息

$.ajax({ url:'http://wthrcdn.etouch.cn/weather_mini?city=广州', data:"", dataType:"jsonp", success:function(data){ console.log(data); } })
相关文章
相关标签/搜索