解析协议、主机、端口、路径、查询参数与锚点;支持整段 URL 的 encodeURI / decodeURIComponent 辅助。
解析结果
| 字段 | 值 |
|---|
Query 参数
| Key | Value |
|---|
A URL parser is an online URL analysis tool that splits a URL into protocol, username, password, host, port, path, query parameters and anchor, and lists Query key-value pairs separately. It also provides encodeURI / decodeURIComponent helpers for the whole URL.
Suitable for API debugging, URL validation and link structure analysis. Passwords are masked in the output to avoid leaking plain text.