码迷,mamicode.com
首页 > Web开发 > 详细

HTML页面显示天气预报

时间:2020-07-21 01:21:17      阅读:342      评论:0      收藏:0      [点我收藏+]

标签:src   天气预报   scroll   htm   weather   amp   class   frame   tps   

//第一种方式

<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>

HTML页面显示天气预报

标签:src   天气预报   scroll   htm   weather   amp   class   frame   tps   

原文地址:https://www.cnblogs.com/kongjie/p/13347709.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!