如何使用 Python 解码编码的电子邮件地址?

问题描述

解码以下字符串的最佳方法是什么? 我有一些正在编码的电子邮件。编码电子邮件示例如下。

encoded_string = "Info@doverhouseresort.com"
decoded_string = "Info@doverhouseresort.com"

解决方法

只需使用模块 html

tf.function