{"id":413,"date":"2026-06-26T13:35:24","date_gmt":"2026-06-26T13:35:24","guid":{"rendered":"https:\/\/aabbee.cafe24.com\/?p=413"},"modified":"2026-06-26T13:35:24","modified_gmt":"2026-06-26T13:35:24","slug":"windowlocation","status":"publish","type":"post","link":"https:\/\/coalacoding.com\/?p=413","title":{"rendered":"windowlocation"},"content":{"rendered":"<h4>URL \uc815\ubcf4 \ud655\uc778\uc744 \uc704\ud55c <code>window.location<\/code> \uc18d\uc131 \uc0ac\uc6a9<\/h4>\n<p><code>window.location<\/code> \uc18d\uc131\uc744 \uc0ac\uc6a9\ud558\uc5ec \ud604\uc7ac \ud398\uc774\uc9c0\uc758 URL \uc815\ubcf4\ub97c \ud655\uc778\ud560 \uc218 \uc788\ub2e4.<br \/>\n<code>window.location<\/code>\uc740 Location \uac1d\uccb4\ub97c \ubc18\ud658\ud558\uba70, \uc774 \uac1d\uccb4\uc758 \uc5ec\ub7ec \uc18d\uc131\uc744 \ud1b5\ud574 URL\uc758 \ub2e4\uc591\ud55c \uc815\ubcf4\ub97c \ud655\uc778\ud560 \uc218 \uc788\ub2e4.<\/p>\n<h4>\uc608\uc2dc URL: <code>https:\/\/coalacoding.com\/documentation?category=1<\/code><\/h4>\n<pre><code class=\"language-javascript\">window.location.href \/\/ &quot;https:\/\/coalacoding.com\/documentation?category=1&quot;\nwindow.location.protocol \/\/ &quot;https:&quot;\nwindow.location.host \/\/ &quot;coalacoding.com&quot;\nwindow.location.hostname \/\/ &quot;coalacoding.com&quot;\nwindow.location.port \/\/ &quot;&quot;\nwindow.location.pathname \/\/ &quot;\/documentation&quot;\nwindow.location.search \/\/ &quot;?category=1&quot;\n<\/code><\/pre>\n<p>\ub2e4\uc74c\uc740 \uc8fc\uc694 \uc18d\uc131\ubcc4 \uc124\uba85\uc774\ub2e4:<\/p>\n<ol>\n<li><strong><code>window.location.href<\/code><\/strong><br \/>\n  \uc804\uccb4 URL \ubb38\uc790\uc5f4\uc744 \ubc18\ud658\ud55c\ub2e4.<\/li>\n<li><strong><code>window.location.protocol<\/code><\/strong><br \/>\n  \ub9c8\uc9c0\ub9c9 <code>&#39;:&#39;<\/code>\uc744 \ud3ec\ud568\ud55c \ud504\ub85c\ud1a0\ucf5c \uc815\ubcf4\ub97c \ubc18\ud658\ud55c\ub2e4.<\/li>\n<li><strong><code>window.location.host<\/code><\/strong><br \/>\n  URL\uc758 \ud638\uc2a4\ud2b8 \uc815\ubcf4\ub97c \ubc18\ud658\ud55c\ub2e4. \uc608\uc2dc URL\uc5d0\ub294 \ud3ec\ud2b8 \ubc88\ud638\uac00 \uc5c6\uc73c\ub098, URL\uc5d0 \ud3ec\ud2b8 \ubc88\ud638\uac00 \uc788\uc744 \uacbd\uc6b0 <code>&#39;:&#39;<\/code>\uacfc \ud568\uaed8 \ud3ec\ud2b8 \ubc88\ud638\ub97c \ud3ec\ud568\ud55c\ub2e4.<\/li>\n<li><strong><code>window.location.hostname<\/code><\/strong><br \/>\n  URL\uc758 \ud638\uc2a4\ud2b8\uba85\ub9cc \ubc18\ud658\ud55c\ub2e4. \uc774 \uac12\uc740 <code>&#39;:&#39;<\/code>\uacfc \ud3ec\ud2b8 \ubc88\ud638\ub97c \ud3ec\ud568\ud558\uc9c0 \uc54a\ub294\ub2e4. \uc608\uc2dc URL\uc5d0\uc11c\ub294 <code>window.location.host<\/code>\uc640 <code>window.location.hostname<\/code>\uc774 \ub3d9\uc77c\ud558\ub098, \ub9cc\uc57d URL\uc774 <code>https:\/\/coalacoding.com:8080\/documentation?category=1<\/code>\uc774\ub77c\uba74<\/li>\n<\/ol>\n<ul>\n<li><code>window.location.host<\/code>\ub294 <code>&quot;coalacoding.com:8080&quot;<\/code><\/li>\n<li><code>window.location.hostname<\/code>\uc740 <code>&quot;coalacoding.com&quot;<\/code>\uc774 \ub41c\ub2e4.<\/li>\n<\/ul>\n<ol>\n<li><strong><code>window.location.port<\/code><\/strong><br \/>\n  URL\uc758 \ud3ec\ud2b8 \ubc88\ud638\ub97c \ubc18\ud658\ud55c\ub2e4.<\/li>\n<li><strong><code>window.location.pathname<\/code><\/strong><br \/>\n  \ud638\uc2a4\ud2b8\uba85 \ub4a4\uc5d0 \uc624\ub294 \uacbd\ub85c(<code>\/<\/code> \ub4a4\uc758 \uacbd\ub85c)\ub97c \ubc18\ud658\ud55c\ub2e4.<\/li>\n<li><strong><code>window.location.search<\/code><\/strong><br \/>\n  <code>&#39;?&#39;<\/code> \ub4a4\uc5d0 \uc624\ub294 \ucffc\ub9ac\uc2a4\ud2b8\ub9c1\uc744 \ubc18\ud658\ud55c\ub2e4.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>URL \uc815\ubcf4 \ud655\uc778\uc744 \uc704\ud55c window.location \uc18d\uc131 \uc0ac\uc6a9 window.location \uc18d\uc131\uc744 \uc0ac\uc6a9\ud558\uc5ec \ud604\uc7ac \ud398\uc774\uc9c0\uc758 URL \uc815\ubcf4\ub97c \ud655\uc778\ud560 \uc218 \uc788\ub2e4. window.location\uc740 Location \uac1d\uccb4\ub97c \ubc18\ud658\ud558\uba70, \uc774 \uac1d\uccb4\uc758 \uc5ec\ub7ec \uc18d\uc131\uc744 \ud1b5\ud574 URL\uc758 \ub2e4\uc591\ud55c \uc815\ubcf4\ub97c \ud655\uc778\ud560 \uc218 \uc788\ub2e4. \uc608\uc2dc URL: https:\/\/coalacoding.com\/documentation?category=1 window.location.href \/\/ &quot;https:\/\/coalacoding.com\/documentation?category=1&quot; window.location.protocol \/\/ &quot;https:&quot; window.location.host \/\/ &quot;coalacoding.com&quot; window.location.hostname \/\/ &quot;coalacoding.com&quot; window.location.port \/\/ &quot;&quot; window.location.pathname \/\/ &quot;\/documentation&quot; window.location.search \/\/ &#8230; <a title=\"windowlocation\" class=\"read-more\" href=\"https:\/\/coalacoding.com\/?p=413\" aria-label=\"windowlocation\uc5d0 \ub300\ud574 \ub354 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uc138\uc694\">\ub354 \uc77d\uae30<\/a><\/p>\n","protected":false},"author":0,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[15],"tags":[],"class_list":["post-413","post","type-post","status-publish","format-standard","hentry","category-javascript-basics"],"_links":{"self":[{"href":"https:\/\/coalacoding.com\/index.php?rest_route=\/wp\/v2\/posts\/413","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/coalacoding.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/coalacoding.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"replies":[{"embeddable":true,"href":"https:\/\/coalacoding.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=413"}],"version-history":[{"count":0,"href":"https:\/\/coalacoding.com\/index.php?rest_route=\/wp\/v2\/posts\/413\/revisions"}],"wp:attachment":[{"href":"https:\/\/coalacoding.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=413"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/coalacoding.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=413"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/coalacoding.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=413"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}