1
<iframe id="myframe" src="/examples/demo_iframe.htm" marginheight="50" marginwidth="50">
2
<p>你的浏览器不支持iframes。</p>
3
</iframe>
4
<br><br>
5
<p>marginheight属性的值为:
6
<script>
7
document.write(document.getElementById("myframe").marginHeight);
8
</script>
9
<p>