미분류 location.href url을 입력하면 해당 url로 이동한다.function href(){ let e = document.getElementById("url-input"); window.location.href = e.value;} 2024.04.07 0 미분류