AS3多种天气预报调用代码分享

来源:互联网 发布:sql设置现有默认值 编辑:程序博客网 时间:2024/06/06 14:23

今天我们来介绍利用weather.com.cn上的天气预报功能,这里介绍了大家常用的,其它的大家可以自己去下载。
我们这里的天气预览不需要js来调用,只要用iframe就可以了,更不需要ASP/' target='_blank'class='infotextkey'>asp.net之类的来操作了。

http://m.weather.com.cn/m/pn1/weather.htm
" width="235" height="20" marginwidth="0" marginheight="0"hspace="0" vspace="0"
frameborder="0" scrolling="no">


调用代码二

  1.  
  2. " width="180"height="20" marginwidth="0" marginheight="0" hspace="0"vspace="0" 
  3. frameborder="0"scrolling="no">
复制代码

调用代码三

  1.  
  2. " width="225"height="20" marginwidth="0" marginheight="0" hspace="0"vspace="0" 
  3. frameborder="0"scrolling="no">
复制代码

调用代码四

  1.  
  2. " width="160"height="20" marginwidth="0" marginheight="0" hspace="0"vspace="0" 
  3. frameborder="0"scrolling="no">
复制代码


原文链接: http://www.002pc.com/master/College/26996.html
0 0
原创粉丝点击