--关闭tab页及整个浏览器function window.onbeforeunload() { if (window.event.clientY<0 || window.event.altKey) { alert('关闭'); }}