WEB(html)天氣預報插件代碼——通過iframe控件調用實現

 

天氣預報調用網址(可定製):http://www.tianqi.com/plugin/

 

——————————————————————————————————————圖 1——————————————————————————————————————————
<div style="margin: 5px">
<iframe scrolling="no" frameborder="0" allowtransparency="true" src="http://i.tianqi.com/index.php?c=code&id=34&icon=1&num=3"></iframe>
</div>
——————————————————————————————————————圖 2——————————————————————————————————————————
<div style="margin: 5px">
<iframe frameborder="0" allowtransparency="true" src="http://i.tianqi.com/index.php?c=code&id=36&icon=5&num=1"></iframe>
</div>
——————————————————————————————————————圖 3——————————————————————————————————————————
<div>
<iframe scrolling="no" src="https://tianqiapi.com/api.php?style=tw&skin=pitaya" frameborder="0" width="300" height="500" allowtransparency="true"></iframe>
</div>
——————————————————————————————————————圖 4——————————————————————————————————————————
<iframe name="weather_inc" 
	src="http://i.tianqi.com/index.php?c=code&id=7" 
	style="border:solid 1px #7ec8ea" 
	width="220" height="90" frameborder="0" 
	marginwidth="0" marginheight="0" scrolling="no">
</iframe>

_____________圖1

____________圖2

______圖3

______________圖4

補充:對於iframe控件,其爲頁面內獨立窗口,可以對外部網頁進行引用顯示。

【可用於單窗口多頁面顯示。】

 

 

 

 

 

 

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章