functionre(){alert("ok");}window.onunload=re;刷新或关闭页面都不会触发... ... 并没有关闭只是页面里的window对象被锁定(销毁)了在unload事件触发之后页面才会销毁
確定! 回上一頁