摘要: a = b'\xE6\x88\x91\xE6\x98\xAF\xE8\xAF\xB7\xE6\xB1\x82'print(a.decode('utf-8').encode('utf-8'))print(a.decode('gbk').encode('gbk'))print(a.decode(enco 阅读全文
posted @ 2023-04-09 09:47 记录——去繁就简 阅读(90) 评论(0) 推荐(0)