zoukankan
html css js c++ java
全国天气预报代码(转帖)
原贴地址:
http://www.tf168.cn/MyBbs/viewthread.asp?webid=209998&boardid=77029&topicid=162965&page=1
或:
http://www.fadcn.net/blog/article.asp?id=78
全国各地城市天气预报代码
,整理如下:
第一种:
<iframe src="
http://weather.265.com/weather.htm
" width="160" height="54" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
第二种:
<IFRAME ID=''ifm2'' WIDTH=''189'' HEIGHT=''190'' ALIGN=''CENTER'' MARGINWIDTH=''0'' MARGINHEIGHT=''0'' HSPACE=''0'' VSPACE=''0'' FRAMEBORDER=''0'' SCROLLING=''NO'' SRC=''
http://weather.qq.com/inc/ss258.htm''>
;</IFRAME>
第三种:
<IFRAME ID=''ifm2'' WIDTH=''260'' HEIGHT=''70'' ALIGN=''CENTER'' MARGINWIDTH=''0'' MARGINHEIGHT=''0'' HSPACE=''0'' VSPACE=''0'' FRAMEBORDER=''0'' SCROLLING=''NO'' src="http://news.sina.com.cn/iframe/weather/130101.html"></IFRAME>
第四种:
<iframe width="469" height="218" border="0" align="center" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" src="
http://appnews.qq.com/cgi-bin/news_weather_search?city
=厦门" allowTransparency="true"></iframe>
第五种:
<IFRAME ID=''ifm1'' WIDTH=''405'' HEIGHT=''332'' ALIGN=''center'' MARGINWIDTH=''0'' MARGINHEIGHT=''0'' HSPACE=''0'' VSPACE=''0'' FRAMEBORDER=''0'' SCROLLING=''NO'' SRC="http://weather.qq.com/24.htm"></IFRAME>
第六种:
<iframe width="145" height="130" border="0" align="center" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" src="
http://minisite.qq.com/Weather/news_new.html
" allowTransparency="true"></iframe>
第七种:
<iframe width=160 height=230 frameborder=0 scrolling=NO src=http://appnews.qq.com/cgi-bin/news_qq_search?city=南昌></iframe>
大家可根据自己的爱好,把代码插入要显示的网页源代码中即可。
查看全文
相关阅读:
什么是Referer?Referer的作用?空Referer是怎么回事?
http状态码301和302详解及区别——辛酸的探索之路
linux下redis的安装、启动、关闭和卸载
Ubuntu下的redis安装过程
apt-get build-dep命令详解
apt 和 apt-get的区别
Cortex-M3 入门指南(三):时钟总线与复位时钟控制器
objdump命令解析
ubuntu gcc 安装 使用
你知道 GNU Binutils 吗?【binutils】
原文地址:https://www.cnblogs.com/Pharaoh/p/340285.html
最新文章
Linux 下五个顶级的开源命令行 Shell
如何利用python制作微信好友头像照片墙?
apache和tomcat有什么不同
Apache与Tomcat有什么关系和区别
Linux下搭建PHP开发环境(LAMP)
lua.c:82:10: fatal error: readline/readline.h: No such file or directory #include <readline/readline.h>
图文并茂VLAN详解,让你看一遍就理解VLAN
linux中查看python的安装路径
掌握 3 个搜索技巧,在 GitHub 上快速找到实用软件资源
Linux下文件的压缩与解压缩
热门文章
简单快捷的方式从vps下载文件
vps能ping通但是ssh无法连接
Ubuntu开启或重启ssh服务
关于int main(int argc,char* argv[])详解
【前端词典】如何向老板解释反向代理
Python生成pyc文件
什么是CPython
MySQL索引(二)B+树在磁盘中的存储
面试题:MySQL索引为什么用B+树?
【Fiddler】使用fiddler抓取指定浏览器的包
Copyright © 2011-2022 走看看