URL编码器/解码器
自动检测URL编码和解码
输入
输入要编码/解码的URL或文本...
输出
Encoded URL
查询字符串解析器
Parse URL query parameters into key-value pairs
未找到查询参数
提示
• 使用Encode URI编码完整URL (例如: https://example.com/path?key=value)
• 使用Encode URI Component编码单个参数 (例如: 查询值)
• encodeURI保留 :, /, ?, & 等特殊字符
• encodeURIComponent编码除 - _ . ! ~ * ' ( ) 之外的所有特殊字符