$(window).bind('beforeunload', function(){ return ''; });. With 'beforeunload' event attached, when you close the page, hits the back button ...
確定! 回上一頁