관리 메뉴

드럼치는 프로그래머

[JavaScript] 현재 페이지 refresh 하는 3가지 방법~ 본문

★─Programing/☆─WebProgram

[JavaScript] 현재 페이지 refresh 하는 3가지 방법~

드럼치는한동이 2016. 7. 25. 01:52

현재 페이지 refresh 하는 3가지 방법~


location.reload(true);


location.href = location.href;


history.go(-1);


[출처http://neucareer.tistory.com/89


Comments