자바스크립트 location.host

1 개요[ | ]

자바스크립트 location.host
자바스크립트 window.location.host
<script>
console.log(location.host);
console.log(window.location.host);
// fiddle.jshell.net
// example.com:8080
</script>

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}