[Python]白名单方式净化

>>> import urllib.parse
>>> print(urllib.parse.quote("Lee MoKin!"))
Lee%20MoKin%21
>>>

posted @ 2021-04-12 10:17  MoKin_Li  阅读(276)  评论(0)    收藏  举报