编辑下面的代码:【加编码】
<html> <head> <script> function load() { alert("Iframe is loaded"); } </script> </head> <body> <iframe onload="load()" src="/"> <p>Your browser does not support iframes.</p> </iframe> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂