本天气预报的数据资源采自网络,代码可以根据页面浏览者的ip智能显示所在地天气预报。目前版本为第二版的测试版,提供部分文件下载到本地装载,从而使得调用更加稳定迅速,调用界面实现完全自定义。
<iframe allowtransparency="true" id="weather" scrolling="no" frameborder="0" marginwidth="1" marginheight="1" height="22" width="100%" src="http://yourwebsite/weather/frame.htm"></iframe>
<iframe allowtransparency="true" id="weather" scrolling="no" frameborder="0" marginwidth="1" marginheight="1" height="22" width="100%" src="http://yourwebsite/weather/frame.htm?skin=blue"></iframe>
<iframe allowtransparency="true" id="weather" scrolling="no" frameborder="0" marginwidth="1" marginheight="1" height="22" width="100%" src="http://yourwebsite/weather/frame.htm?skin=blue&cityId=58457"></iframe>