[자바스크립트] window.history 뒤로 가, 앞으로 가
자바스크립트에서 window.history 다루면 페이지를 앞으로, 뒤로 이동할 수 있어요~ 자바스크립트로 페이지 제어하러 가볼까요? window.history window.history. 변수=> history.length 방문 기록 개수 window.history. 함수() => history.back( ) 뒤로 이동 => history.forward( ) 앞으로 이동 => history.go(-1))한 칸 뒤로 이동 => history.go(1)한 칸 앞으로 이동 history.length 방문 기록 개수 ① history.length 방문 기록 개수 [형식] [예제] history.back() 뒤로 이동 ② history.back() 뒤로 이동 [형식] [예제] history.forward() 앞..
javascript_자바스크립트
2020. 6. 21. 00:08