python3 解码

import urllib.parse

a = '%E5%8C%BA%E5%9D%97%E9%93%BE'
print(urllib.parse.unquote(a))
原文地址:https://www.cnblogs.com/ZH-YC/p/14270653.html