加载您的字符串,它将自动获得 URL 非转义。
输入字符串(URL 转义)
输出字符串
字符串 URL 解码器
此工具用于对先前 URL 编码的字符串进行 URL 解码。URL 解码是 URL 编码的逆操作。所有百分号编码的字符都会被解码为您可以理解的字符。一些最常用的百分号编码值包括:%20 表示空格,%3a 表示冒号,%2f 表示斜杠,%3f 表示问号。百分号后面的两位数字是该字符的十六进制字符码值。
字符串 URL 解码器 示例
点击尝试!
This example decodes a URL-encoded string back to its readable URL form.
This example decodes a string where every character has been URL-encoded, restoring the original readable text.