支持URL编码和解码,处理中文字符、特殊符号等,本地处理安全可靠
包含中文字符的URL
https://example.com/搜索?q=测试
包含空格和特殊字符的URL
https://example.com/path?name=hello world&email=test@example.com
表单数据编码示例
name=张三&age=25&city=北京