<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> <button id="btn">測(cè)試</button> </body> <script> //關(guān)閉窗口的時(shí)候觸發(fā) IE支持 // window.onunload =function(){ // alert('關(guān)閉了'); // } // 離開頁(yè)面的時(shí)候給予提示信息 window.onbeforeunload = function(){ return '哈哈哈'; } //alert(this); //文檔加載成功的時(shí)候 自動(dòng)觸發(fā) // window.onload=function(){ // var btn =document.getElementById('btn'); // alert(btn); // } </script> </html>
點(diǎn)擊 "運(yùn)行實(shí)例" 按鈕查看在線實(shí)例
微信掃碼
關(guān)注PHP中文網(wǎng)服務(wù)號(hào)
QQ掃碼
加入技術(shù)交流群
Copyright 2014-2025 http://ipnx.cn/ All Rights Reserved | php.cn | 湘ICP備2023035733號(hào)