\r\n\r\n\r\n\r\n\r\n
🔗

URL 编解码器

在线 URL 编码解码工具,支持 encodeURIComponent 和 decodeURIComponent 操作,帮助开发者快速处理 URL 参数。

编码使用 encodeURIComponent(对特殊字符完整编码);解码自动识别 decodeURIComponent

toolUi.instructions

使用方法\n1. 选择编码或解码模式\n2. 粘贴需要处理的文本\n3. 实时显示转换结果\n4. 一键复制结果

❓ toolUi.faq

支持哪些编码方式?

支持 encodeURIComponent / decodeURIComponent 两种常用方式,也支持完整 URL 编码。

适合什么场景?

适合开发调试时处理 URL 参数、编码特殊字符等场景。