忧郁毛豆

文章
3
资源
0
加入时间
2年10月24天

关闭浏览器清除cookie

1 window.onbeforeunload = function()2 {3 var n = window.event.screenX - window.screenLeft;4 var b = n > document.documentElement.scrollWidth-20;5 if(b && window.event....