Developers
뒤로가기 막기
오페투오소
2016. 10. 20. 14:18
history.pushState(null, null, location.href);
window.onpopstate = function(event) {
history.go(1);
}