JavaScript ? ??
JavaScript ? ??
window.location ??? ?? ???? ??(URL)? ???? ????? ? ???? ?????? ? ?????.
Window Location
window.location ??? ? ???? ???? ?? ??? ? ????. ? ?? ?:
? ?? ?:
location.hostname? ? ???? ??? ??? ?????.
location.pathname? ?? ???? ??? ?? ??? ?????.
location.port? ? ???? ??(80 ?? 443)? ?????. ? ???
location.protocol? ??? ? ????(http:// ?? https://)? ?????.
Window Location Href
location.href ??? ?? ???? URL? ?????.
Instance
(?? ????) ?? URL? ?????.
<script> document.write(location.href); </script>
? ??? ??? ??? ????.
http://php.cn/js/js-window-location.html
Window Location Pathname
location.pathname ??? URL? ?? ??? ?????.
Instance
?? URL? ?? ??? ?????.
<script> document.write(location.pathname); </script>
? ??? ??? ??? ????.
/js/js-window-location.html
Window Location Assign
location.asse() ???? ? ??? ?????.