history.pushState(null, null, location.href);
window.onpopstate = function(event) {
history.go(1);
};


참고 : https://developer.mozilla.org/ko/docs/Web/API/History_API






반응형
Posted by 힘없는염소