我想从 Yahoo 天气 API 获取温度,我使用以下代码:
http://query.yahooapis.com/v1/public/yql?q=select * from weather.forecast where location%3D"48906"&format=json
我只想检索温度而不是其他任何东西。
我只想检索温度而不是其他任何东西。
这是一个两步过程,您需要构建请求,然后处理结果以获取温度。
请参阅: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/