メインコンテンツへ移動
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

連続作業に便利な、サイト内の関連機能です。