开发
URL Parser
Parse URLs into protocol, host, path, query parameters, and hash components.
URL Parser Workbench
Break down URLs into protocol, host, path, query params, and hash for debugging.
| protocol | https: |
| hostname | example.com |
| port | 8080 |
| origin | https://example.com:8080 |
| pathname | /path/to/tool |
| hash | #section |
| username | user |
| password | pass |
| search | ?lang=zh&theme=dark |
Query Params
| Key | Value |
|---|---|
| lang | zh |
| theme | dark |
Paste a URL to inspect all parsed components.
常见问题
这个工具是做什么的? URL Parser?
It breaks down URL strings into structured fields and query key-value pairs.
数据会上传吗?
不会。MVP 工具默认在浏览器本地处理常见操作。