Js/JavaScript js - 현재 페이지 url 관련 (location 객체) - 1. 자주 사용하는 location 객체 // Ex) https://test.com:80/newpost?type=post window.location.href // Ex) https: window.location.protocol // Ex) test.com:80 window.location.host // Ex) test.com window.location.hostname // Ex) 80 window.location.port // Ex) newpost window.location.pathname // Ex) ?type=post window.location.search 2. 참고 https://hianna.tistory.com/464 반응형 공유하기 게시글 관리 Aleph Kim의 IT 블로그 저작자표시 비영리 Contents 당신이 좋아할만한 콘텐츠 JS - fetch api cors error 2024.07.12 js - this 바인딩 관련 2022.10.11 js - 변수값으로 변수명 짓기 2022.10.07 js - 변수 값으로 함수 사용 2022.10.07 댓글 0 + 이전 댓글 더보기