js 页面离开前触发事件时间:2023-03-10 01:26:49 当前窗口载入新的dom文档前发生 window.onbeforeunload = function(event) { return confirm("确定离开此页面吗?");