菜鸟教程 tryjsref_iframe_height 在线代码实例

运行 保存 全屏 右侧展示 实时查看
主题:

 <iframe id="myframe" src="//" height="200" width="200">
<p>Your browser does not support iframes.</p>
</iframe>
<br><br>

<input type="button" onclick="changeSize()" value="Change size">