首页
/
🛠️
工具集
首页
/
工具集
/
URL解析器
🔗
URL解析器
解析URL各个组成部分
数据可视化
浏览器端运行
URL输入
示例URL
https://www.example.com:8080/path/to/page?param1=value1¶m2=value2#section
http://subdomain.example.com/api/v1/users?limit=10&offset=20
https://user:pass@secure.example.com/dashboard
ftp://files.example.com:21/documents/file.pdf
mailto:user@example.com?subject=Hello&body=World
使用说明
• 输入完整的URL进行解析
• 支持HTTP、HTTPS、FTP等多种协议
• 自动分析域名结构和安全性
• 详细解析查询参数和路径段
• 提供URL编码/解码功能
• 一键复制各个组成部分
返回工具集