본문 바로가기

컴퓨터/Javascript

Javascript 윈도우 위치 window.location

1. 특정 URL 로 이동

window.location.href = '/';

2. 페이지 새로고침

window.location.reload();