Home  >  Article  >  Web Front-end  >  网页怎么生产动态的天气图表_html/css_WEB-ITnose

网页怎么生产动态的天气图表_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-21 09:46:281648browse

报表 图表

项目要根据数据动态生产天气图表,风速、降雨量、什么的,
有什么好的插件吗?能自定义图片的

回复讨论(解决方案)

不用插件,找找有没有此类的webservice。
调用远程webservice方法会返回很详细的天气数据,将这些数据作为你图表的数据源。

http://www.tianqi.com/plugin/

http://www.tianqi.com/plugin/
正解 我一直用它

中国气象台<br /><iframe src="http://m.weather.com.cn/m/pn12/weather.htm " width="245" height="110" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe><br /><br />265天气根据ip自动获得当地的天气情况<br /><iframe src="http://weather.265.com/weather.htm" width="168" height="54" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no"></iframe><br /><br />新浪天气预报代码<br /><br /><iframe id='ifm2' width='168' height='70' marginwidth='0' marginheight='0' hspace='0' vspace='0' frameborder='0' scrolling='no' src="http://news.sina.com.cn/iframe/weather/110100.html"></iframe> <br /><br />

不是这种的调用  
而是这种啦
 

你可以使用插件的啊,我给你推荐个吧http://tianqi.2345.com/plugin/,还是非常的好用的

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn