URL 解析与查询构建器
解析 URL 并重建查询字符串。
粘贴完整 URL,逐行追加查询参数,得到规范化链接,适合调试跳转、重定向和网页 fixture。
无需登录
表单兜底
复制/下载
URL 解析结果
Normalized URL
https://tempkit.io/tools?a=1&b=two+words&lang=en#top
Components
Scheme = https
Host = tempkit.io
Path = /tools
Fragment = top
Query parameters
a = 1
b = two words
lang = en
- Parameters
- 3
- Host
- tempkit.io