window.onunload=function(){SomeJavaScriptCode};. 例子:. //JS document window.onunload = function(){ alert("unload is work"); } ...
確定! 回上一頁