<script>
window.onbeforeunload = function(){
if (document.body.offsetWidth-50<event.clientX && event.clientY<0)
return alert("只在页面关闭的情况下执行");
}
</script>
window.onbeforeunload = function(){
if (document.body.offsetWidth-50<event.clientX && event.clientY<0)
return alert("只在页面关闭的情况下执行");
}
</script>
浙公网安备 33010602011771号