简单教程
提交运行
代码编辑器:
<iframe id="myframe" src="/static/media/html/demo_iframe.html" marginheight="50" marginwidth="50"> <p>你的浏览器不支持iframes</p> </iframe> <br><br> <p>marginheight属性的值为: <script> document.write(document.getElementById("myframe").marginHeight); </script> <p>
运行结果: