python URL编码

2021-06-22  本文已影响0人  还是那个没头脑
from urllib import parse

编码
parse.quote()


解码
parse.unquote()
上一篇 下一篇

猜你喜欢

热点阅读