提示
window.onbeforeunload = function (event) {
return confirm("确定退出吗");
};
如果在某些情况下不想被提示,关闭窗口时依然需要提提示,加入下面一行代码
window.onbeforeunload = null
window.onbeforeunload = function (event) {
return confirm("确定退出吗");
};
如果在某些情况下不想被提示,关闭窗口时依然需要提提示,加入下面一行代码
window.onbeforeunload = null
发表时间:2022-05-05
发表时间:2022-05-02
发表时间:2022-04-09
发表时间:2021-12-29
必须了解的MySQL三大日志:bin log、redo log和undo log
发表时间:2021-12-19
发表时间:2021-11-28
发表时间:2021-10-31
发表时间:2020-07-26
发表时间:2020-07-15
nodejs 出错:npm ERR! code ERR_TLS_CERT_ALTNAME_INVALID ?
发表时间:2020-06-08
maven dependencyManagement与dependencies区别
发表时间:2020-04-21
发表时间:2020-04-21