【发布时间】:2021-01-04 19:02:53
【问题描述】:
解码以下字符串的最佳方法是什么? 我有一些正在编码的电子邮件。下面是一个示例编码的电子邮件。
encoded_string = "Info@doverhouseresort.com"
decoded_string = "Info@doverhouseresort.com"
【问题讨论】:
-
嗯,它是用什么格式编码的?
-
这能回答你的问题吗? Decode HTML entities in Python string?
标签: python encoding utf-8 character-encoding decode