0

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

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

我只想检索温度而不是其他任何东西。

4

1 回答 1

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/

于 2014-02-18T02:06:47.360 回答