history.pushState(null, null, location.href); window.onpopstate = function () { history.go(1); alert('Close') }; ...
確定! 回上一頁