从雅虎天气获取温度

时间:2013-10-31 04:29:04

标签: json yql

我想从Yahoo weather API获取温度,我使用以下代码:

http://query.yahooapis.com/v1/public/yql?q=select * from weather.forecast where location%3D"48906"&format=json

我只想恢复温度,而不是其他任何东西。

1 个答案:

答案 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/