当前位置:网站首页>Several good weather plug-ins

Several good weather plug-ins

2022-06-25 07:23:00 Huangyuewang

It just needs to show the weather in the project , Here are some simple ways to find out , Under the share ~

1. China weather net http://service.weather.com.cn/plugin/index.shtml

The plug-in column of China weather.com provides a variety of free weather codes for plug-in service products of forecast , Nationwide 2348 Weather forecast query for cities above county level , Can be realized ip Automatic judgment function . For regular websites 、 Blog 、 Community forums, etc .

  1. <iframe src="http://m.weather.com.cn/m/pn4/weather.htm?id=101010100T " width="160" height="20" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>  

2.QQ Weather code http://weather.qq.com/inc/ss258.htm

  1. <IFRAMEIDIFRAMEID='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>  

3. Sina weather forecast code http://news.sina.com.cn/iframe/weather/130101.html

  1. <IFRAMEIDIFRAMEID='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>  

explain : This is suitable for inserting... In the header bar of a web page . The cities above can be customized , such as Shijiazhuang can be changed into another .


from :http://blog.csdn.net/evangel_z/article/details/8229019

原网站

版权声明
本文为[Huangyuewang]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/176/202206250505211732.html