我写了这段代码function winUnload() { alert("Unload Window"); MyMethod();}window.onunload = function() { winUnload(); }
確定! 回上一頁