运行 ❯
获取您的
自己
网站
×
更改方向
保存代码
更改主题,深色/浅色
前往 Spaces
<!DOCTYPE html> <html> <script> window.stop(); </script> <body> <h1>The Window Object</h1> <h2>The stop() Method</h2> <p>The stop() method stops this document from loading.</p> </body> </html>