URL解码"name%3DJohn%20Doe"

Encoded

name%3DJohn%20Doe

URL解码结果

name=John Doe

"name%3DJohn%20Doe"解码为"name=John Doe"

常见URL编码字符

CharacterEncodedName
%20空格
/%2F斜杠
?%3F问号
=%3D等号
&%26与号
@%40@符号
#%23井号
+%2B加号
%%25百分号

URL编码工作原理

URL解码将百分号编码字符还原为原始形式。"name%3DJohn%20Doe"变为"name=John Doe"。

使用URL编码器

Loading tool...