一些的显示天气的常用脚本代码

以下全是以武汉的天气为例子,因为不方面显示图片,所以请各位在编辑器中自行调试

1.
<iframe src="http://m.weather.com.cn/m/pn1/weather.htm?id=101200101T " width="235" height="20" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>
--------------------------------------------------------------
2.
<iframe src="http://m.weather.com.cn/m/pn3/weather.htm?id=101200101T " width="225" height="20" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>
---------------------------------------------------------------
3.
<iframe src="http://m.weather.com.cn/m/pn4/weather.htm?id=101200101T " width="160" height="20" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>
---------------------------------------------------------------
4.
<iframe src="http://m.weather.com.cn/m/pn12/weather.htm?id=101200101T " width="245" height="110" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>
----------------------------------------------------------------
5.
<iframe src="http://m.weather.com.cn/m/pn11/weather.htm?id=101200101T " width="490" height="50" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>
----------------------------------------------------------------
6.
<iframe src="http://m.weather.com.cn/m/pn10/weather.htm?id=101200101T " width="260" height="100" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>0
----------------------------------------------------------------
7.
<iframe src="http://m.weather.com.cn/m/pn9/weather.htm?id=101200101T " width="210" height="20" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>
----------------------------------------------------------------

以上提供的部分的的显示,具体的可以到
http://service.weather.com.cn/plugin/forcast.shtml?id=pn2#
网站去定制

你可能感兴趣的:(脚本)