源代码:
下载代码
AI 编程工具
点击运行
<!DOCTYPE html> <html> <head> <head> <meta charset="utf-8"> <title>菜鸟教程(runoob.com)</title> </head> <script> window.stop(); </script> </head> <body> <p>stop() 方法阻止了 iframe 页面的载入。</p> <p><b>注意:</b> Internet Explorer 浏览器不支持该方法。</p> <iframe src="https://www.248k.com"></iframe> </body> </html>
运行结果: