在通过浏览器修改数据库时,要对url内容进行编码
quote()编码;
unquote()解码;
直接上代码:
python3 url编码与解码
原文:https://www.cnblogs.com/lgj8/p/12058062.html