javascript与关闭窗口有关的两个重要事件
window.onunload= this.createDelegate(this, this.winExit);
window.document.body.onbeforeunload= this.createDelegate(this, this.beforeExit);
window.document.body.onbeforeunload= this.createDelegate(this, this.beforeExit);
浙公网安备 33010602011771号