简单教程
提交运行
代码编辑器:
<script> function load(){ alert("Iframe已加载"); } </script> <iframe onload="load()" src="/static/media/html/frame_a.html"> <p>你的浏览器不支持 iframes.</p> </iframe>
运行结果: