자작소스/Javascript
History.back() 차단
와이즈번
2018. 6. 11. 12:38
history.pushState(null, null, location.href); window.onpopstate = function(event) { history.go(1); };