Python UnicodeEncodeError问题的分析和思考

分析 Python 中 UnicodeEncodeError 的产生原因,从文件编码、字符串类型和 encode/decode 入手,了解 Unicode 字符…