积极答复者
这样的天气图表应该怎么做???

问题
答案
-
你好,
你能尝试这个API:
1.获取天气代码
http://tianqi.2345.com/plugin/
2. 加入到页面中
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html> <head> <title>My JSP 'MyJsp.jsp' starting page</title> </head> <body> <iframe allowtransparency="true" frameborder="0" width="385" height="96" scrolling="no" src="http://tianqi.2345.com/plugin/widget/index.htm?s=2&z=3&t=0&v=0&d=3&k=&f=1&q=1&e=1&a=1&c=54511&w=385&h=96"></iframe> </body></html>
你也能参考下面这个链接获取相关数据,但是显示是UI需要你自己设计:
http://blog.csdn.net/hello_haozi/article/details/7564223
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已编辑 Happy Chen - MSFTModerator 2014年4月24日 1:36
- 已标记为答案 Happy Chen - MSFTModerator 2014年4月29日 9:13
-
你能从这个网站获取逐时天气信息:http://www.accuweather.com/zh/cn/shanghai/106577/hourly-weather-forecast/106577, 然后解析页面元素捕捉自己想要的信息。
你能参考这个方法:
ASP.net(c#)打造24小时天气预报及实时天气
http://www.jb51.net/article/5452.htm
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已标记为答案 Happy Chen - MSFTModerator 2014年4月29日 9:13
全部回复
-
你好,
你能尝试这个API:
1.获取天气代码
http://tianqi.2345.com/plugin/
2. 加入到页面中
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html> <head> <title>My JSP 'MyJsp.jsp' starting page</title> </head> <body> <iframe allowtransparency="true" frameborder="0" width="385" height="96" scrolling="no" src="http://tianqi.2345.com/plugin/widget/index.htm?s=2&z=3&t=0&v=0&d=3&k=&f=1&q=1&e=1&a=1&c=54511&w=385&h=96"></iframe> </body></html>
你也能参考下面这个链接获取相关数据,但是显示是UI需要你自己设计:
http://blog.csdn.net/hello_haozi/article/details/7564223
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已编辑 Happy Chen - MSFTModerator 2014年4月24日 1:36
- 已标记为答案 Happy Chen - MSFTModerator 2014年4月29日 9:13
-
Thank you very much... 但是我们需要每个小时的数据啊。 这两个插件都已经看过了没有逐时的数据呢。
Science and technology is my lover.
- 已编辑 starrycheng 2014年4月24日 1:40
-
你能从这个网站获取逐时天气信息:http://www.accuweather.com/zh/cn/shanghai/106577/hourly-weather-forecast/106577, 然后解析页面元素捕捉自己想要的信息。
你能参考这个方法:
ASP.net(c#)打造24小时天气预报及实时天气
http://www.jb51.net/article/5452.htm
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- 已标记为答案 Happy Chen - MSFTModerator 2014年4月29日 9:13