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>
大家可根据自己的爱好,把代码插入要显示的网页源代码中即可。
查看全文
相关阅读:
Python数据类型之数值-Python基础前传(5)
R语言之数据可视化
R语言之数据可视化
R语言基础
R语言基础
R语言基础
R语言入门
R语言入门
用 python 爬取 gutenberg 上的英文科幻小说
Python 在数据科学中的应用
原文地址:https://www.cnblogs.com/Pharaoh/p/340285.html
最新文章
面向对象的中出现的问题
系统设计与任务分配(团队作业)
迪丽瑟斯特产网——需求规格说明书(团队)
迪丽瑟斯特产网——选题报告(团队)
结对项目之需求分析与原型设计
xadmin库的下载安装及奇葩报错的解决方法
报错pymysql.err.DataError: (1406, "Data too long for column 'gender' at row 1")
报错django.db.migrations.exceptions.InconsistentMigrationHistory
Pycharm数据库连接错误
Python习题(第1课)
热门文章
Python习题(第2课)
MySQL数据分析—(4)关系数据库的三个逻辑框架
MySQL数据分析—(4)关系数据库的三个逻辑框架
MySQL数据分析-(3)MySQL软件的安装(Windows版)
MySQL数据分析-(3)MySQL软件的安装(Windows版)
MySQL数据分析-(2)数据库的底层逻辑
MySQL数据分析-(2)数据库的底层逻辑
MySQL数据分析-(1) 数据库前言
MySQL数据分析-(1) 数据库前言
Python数据类型
Copyright © 2011-2022 走看看