URL编码解码工具

在线URL编码、解码工具,支持encodeURIComponent和encodeURI方法

工具简介:

encodeURIComponent 方法不会对下列字符编码:ASCII字母、数字、~!*()'

encodeURI 方法不会对下列字符编码:ASCII字母、数字、~!@#$&*()=:/,;?+'

就绪