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