🔗 URL 编解码

编码 (URL Encode)

解码 (URL Decode)

说明

encodeURI: 编码整个URL,不会编码: / ? # & = + $ 等字符

encodeURIComponent: 编码URL组件,会编码所有特殊字符