HTML页面显示天气预报

//第一种方式

<iframe scrolling="no" src="https://tianqiapi.com/api.php?style=tt&skin=pitaya" frameborder="0" width="590" height="98" allowtransparency="true"></iframe>

<br />

//第二种方式
<iframe scrolling="no" src="https://tianqiapi.com/api.php?style=tw&skin=pitaya" frameborder="0" width="300" height="500" allowtransparency="true"></iframe>
<br />

//第三种方式
<div class="weather">
<iframe width="455" scrolling="no" height="75" frameborder="0" allowtransparency="true"
src="http://i.tianqi.com/index.php?c=code&amp;id=38&amp;icon=1&amp;num=2&amp;align=left"></iframe>
</div>

posted @ 2020-07-20 21:01  孔捷  阅读(3946)  评论(0编辑  收藏  举报