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