onunloadexample.htm

来自「If you are using Internet Explorer on Wi」· HTM 代码 · 共 9 行

HTM
9
字号
<html>
    <head>
        <title>OnUnload Example</title>
    </head>
    <body onunload="alert('Goodbye')">
        Navigate to another page or close the window.
    </body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?