菜鸟教程 tryjsref_iframe_align 在线代码实例

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

 <p>This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
<iframe id="myframe" src="//">
  <p>Your browser does not support iframes.</p>
</iframe>
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text.</p>

<script>
document.getElementById("myframe").align="right";
</script>