window. location 주소 대응 방법

window.location    URL  
        (Uniform Resource Locator, URL)  
   URL        :  scheme://host:port/path?query#fragment  
scheme:      
   http,ftp,maito   
host:    
   (   )     (DNS)      IP   。  
port:    
   ,  ,            , http      80。  
 path:         "/"        ,                   。 
  query:      ,       (   CGI、ISAPI、PHP/JSP/ASP/ASP.NET        )    ,      , "&"    ,         "="    。
    fragment:         ,            。              ,   fragment           。(     .)  
      :  http://www.home.com:8080/windows/location/page.html?ver=1.0&id=timlq#love 
     1, window.location.href    URl   (             )     :http://www.home.com:8080/windows/location/page.html?ver=1.0&id=timlq#love 
    2,window.location.protocol  URL           :http:  
    3,window.location.host  URL      ,     :www.home.com  
    4,window.location.port  URL      。       80  (update:     :80),           80     。       :8080  
    5,window.location.pathname  URL      (      )     :/windows/location/page.html 
     6,window.location.search    (  )  。           ,           ,   javascript               :?ver=1.0&id=timlq 
      7,window.location.hash         :#love

좋은 웹페이지 즐겨찾기