URL 编码器

URL 编码与解码

输入
输出

示例

ModeInput应用
编码hello world & more
编码name=John Doe&city=New York
解码hello%20world%20%26%20more
解码name%3DJohn%20Doe%26city%3DNew%20York
解析 URLhttps://example.com/search?q=hello+world&lang=en
解析 URLhttps://api.example.com/v1/users?page=2&limit=10#results
© 2026 Developer Toolbox. 保留所有权利。 关于