[Python]白名单方式净化

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

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