Front/JS & jQuery
[js] location.hostname / location.host
오선지♬
2023. 3. 27. 19:51
728x90
반응형
https://www.w3schools.com/jsref/prop_loc_hostname.asp
Location hostname Property
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
www.w3schools.com
속성 location.hostname은 URL의 호스트(IP 주소 또는 도메인)를 반환합니다.
https://www.w3schools.com/jsref/prop_loc_host.asp
Location host Property
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
www.w3schools.com
속성 location.host은 URL의 호스트(IP 주소 또는 도메인) 및 포트를 반환합니다.
728x90
반응형