菜单切换
FACESOHO知行者
心灵
记录
远方
赞赏工具
源代码:
点击运行
保存
<!DOCTYPE html> <html> <head> <head> <meta charset="UTF-8"> <title>小鸟启蒙(facesoho.com)</title> </head> <script> window.stop(); </script> </head> <body> <p>stop() 方法阻止了 iframe 页面的载入。</p> <p><b>注意:</b> Internet Explorer 浏览器不支持该方法。</p> <iframe src="http://www.facesoho.com"></iframe> </body> </html>
运行结果