关闭浏览器时的事件分享
window.onbeforeunload = function(){
//设置一次性定时器
setTimeout(onbeforeunload,10);
return 调用的函数;
}
关闭浏览器时的事件分享
window.onbeforeunload = function(){
//设置一次性定时器
setTimeout(onbeforeunload,10);
return 调用的函数;
}