from urllib import parse str1 = 'haha哈哈' str2 = parse.quote(str1) #quote()将字符串进行编码 print(str2) #str2=haha%E5%93%88%E5%93%88 原文链接:https://blog.csdn.net/RAPIER512/article/details/79761593 タグ: python, 技术杂谈, 编码 jqiy , 25.10.2020 | 发布于 Category: 技术文章 0 评论