1
yfdyh000 2014-12-15 22:22:04 +08:00 1
https://docs.python.org/2/library/urllib.html#urllib.unquote
https://docs.python.org/3/library/urllib.parse.html?highlight=nquote#urllib.parse.unquote from urllib.parse import unquote print(unquote('%E5%93%88%E5%93%88')) |