Python3中的urlencode和urldecode

urllib.parse.quote(str)
urllib.parse.unquote(str)
注意:传入的参数必须是str,否则会报错

你可能感兴趣的:(Python3中的urlencode和urldecode)