이 글의 내용은 매우 간단합니다. 자바스크립트에서 현재 정보를 얻기 위한 몇 가지 일반적인 명령을 요약하겠습니다.
console.info("document.URL=" document.URL)
console.info("document.location.href=" document.location.href)
//console.info("document.base=" document.base); //틀렸습니다!
console.info("document.location=" document.location)
console.info("self.location.href=" self.location.href)
console.info("top.location.href=" top.location.href)
console.info("location.hostname=" 위치.호스트이름)
console.info("window.location.host=" window.location.host)
console.info("window.location.pathname=" window.location.pathname);