Python进行URL解码
本文最后更新于 2016年9月18日 晚上
Python进行URL解码
所用模块:urllib
所用函数:urllib.unquote()
1 | |
输出:
1 | |
与上述函数对应的是编码函数:urllib.quote()
1 | |
输出:
1 | |
Python进行URL解码
https://yuluod.github.io/2016/09/18/Python进行URL解码/
本文最后更新于 2016年9月18日 晚上
所用模块:urllib
所用函数:urllib.unquote()
1 | |
输出:
1 | |
与上述函数对应的是编码函数:urllib.quote()
1 | |
输出:
1 | |