with open('test','r',encoding = 'utf-8') as e: print(e.read())
2.0 Python 2 存的是bytes与unicode数据类型,Python 3 是str unicode