作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
如何从 Yahoo Weather API 获取 3,5 或 7 天的天气预报,而不仅仅是今天和明天?
http://weather.yahooapis.com/forecastrss?w=location给出的响应只有今天和明天的天气预报。
我们如何才能在响应中获得更多预测?
谢谢
最佳答案
限制参数工作正常:
select item.forecast from weather.forecast where woeid in
(select woeid from geo.places(1) where text="munic, de") and u='c' limit 3
和网址:
https://query.yahooapis.com/v1/public/yql?q=select%20item.forecast%20from%20weather.forecast%20where%20woeid%20in%20(select%20woeid%20from%20geo.places(1)%20where%20text%3D%22munic%2C%20de%22)%20and%20u%3D%27c%27%20limit%203&format=json
关于yahoo-api - 来自 yahoo 天气 api 的天气预报,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7399422/
我是一名优秀的程序员,十分优秀!