我想从Yahoo weather API获取温度,我使用以下代码:
http://query.yahooapis.com/v1/public/yql?q=select * from weather.forecast where location%3D"48906"&format=json
我只想恢复温度,而不是其他任何东西。
答案 0 :(得分:0)
我只想恢复温度,而不是其他任何东西。
这是一个两步过程,您需要构建请求然后处理结果以获得温度。
请参阅:http://tutorialzine.com/2012/05/weather-forecast-geolocation-jquery/
和
http://www.onextrapixel.com/2011/08/22/adding-weather-to-your-site-with-jquery-and-yql/