window.onbeforeunload = function(e) {
if (event.clientX < document.body.clientWidth && event.clientY < 0 || event.altKey) {
return "确认退出浏览器吗?";
}
}
window.onbeforeunload = function(e) {
if (event.clientX < document.body.clientWidth && event.clientY < 0 || event.altKey) {
return "确认退出浏览器吗?";
}
}