js 监听到页面关闭或页面跳转事件。
javascript捕获窗口关闭事件有两种方法 onbeforeunload(),onUnload() 用法有两种:
1. function window.onbeforeunload() { alert("远标培训为您关闭窗口")} function window.onunload() { alert("远标培训为您关闭窗口")}
2.Onunload,onbeforeunload都是在刷新或关闭时调用,可以在