$(window).unload(function(){ alert("Goodbye!"); }); ... unload() 方法只应用于window 对象。 ... 描述:当用户关闭一个页面时触发onunload 事件。
確定! 回上一頁