编辑下面的代码:【加编码】
<html> <body> <iframe id="myframe" src="/demo/demo_iframe.htm" marginheight="50" marginwidth="50"> <p>Your browser does not support iframes.</p> </iframe> <br><br> <p>The value of the marginheight attribute is: <script> document.write(document.getElementById("myframe").marginHeight); </script> </p><p> </p></body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂