首页 / 在线工具 / URL 转码
URL 编码 / 解码,解决中文乱码
encodeURIComponent
encodeURI
空格
中文
%
&
=
+
#
GET 查询参数建议使用 encodeURIComponent;完整 URL 字符串可用 encodeURI。