URL 编解码

URL 编码与解码

在线编码或解码 URL 组件。支持 Unicode 字符。

python3 -c "import urllib.parse; print(urllib.parse.quote('your text'))"