1. 전체 URL을 문자열로 설정하거나 가져옵니다:
window.location.href
2. URL과 연결된 포트 번호를 설정하거나 가져옵니다:
window. location.port
3. URL
window.location.protocol
의 프로토콜 부분을 설정하거나 가져옵니다. href 속성
window.location.search
5. 변수 값을 가져옵니다(등호 뒤 부분을 가로채기)
var url = window.location.search;//alert(url.length); >// Alert(url.lastIndexOf('= '));
var loc = url.substring(url.lastIndexOf('=') 1, url.length)
6 . URL의 프로토콜 부분을 설정하거나 가져옵니다:
window.location.protocol
7. href 속성에서 해시 기호 "#" 다음에 세그먼트를 설정하거나 가져옵니다.
window.location.hash
8. 위치 또는 URL의 호스트 이름과 포트 번호를 설정하거나 가져옵니다:
window.location.host