URL 编码/解码器
常见 URL 编码示例
原始文本 | 编码后 |
---|---|
Hello World | Hello%20World |
你好,世界 | %E4%BD%A0%E5%A5%BD%EF%BC%8C%E4%B8%96%E7%95%8C |
https://example.com/search?q=test&lang=zh | https%3A%2F%2Fexample.com%2Fsearch%3Fq%3Dtest%26lang%3Dzh |
user@example.com | user%40example.com |
原始文本 | 编码后 |
---|---|
Hello World | Hello%20World |
你好,世界 | %E4%BD%A0%E5%A5%BD%EF%BC%8C%E4%B8%96%E7%95%8C |
https://example.com/search?q=test&lang=zh | https%3A%2F%2Fexample.com%2Fsearch%3Fq%3Dtest%26lang%3Dzh |
user@example.com | user%40example.com |