标签:class python 编码 test utf8 read print color open 编码
with open(‘test‘,‘r‘,encoding = ‘utf-8‘) as e: print(e.read())
【Rollo的Python之路】Python 编码与解码
原文地址:https://www.cnblogs.com/rollost/p/10960987.html