Test.prototype.initialize = function() { window.addEventListener("unload", function(event) { alert("test"); }); };. I also tried the ...
確定! 回上一頁