【JS】监听浏览器关闭或者刷新

gengboxb 328 0
window.onbeforeunload = e => {
    e = e || window.event;
    e.returnValue = "关闭提示";
}

发表评论 取消回复
表情 图片 链接 代码

分享