Parser
URL 파서
URL 구성요소와 쿼리를 분해해 디버깅을 돕습니다.
href
https://example.com/path?a=1&b=hello#intro
protocol
https:
origin
https://example.com
host
example.com
hostname
example.com
port
(비어 있음)
pathname
/path
search
?a=1&b=hello
hash
#intro
쿼리 파라미터
- a = 1
- b = hello