import urllib.parse item = input("请输入字符串:") result = urllib.parse.quote(item) print(result)
本文来自博客园,作者:h云淡风轻,转载请注明原文链接:https://www.cnblogs.com/mehong/p/17483541.html
可以关注我的微信公众号哦(*^▽^*)