Python读取txt编码问题

with open ('a.txt', 'r', encoding='utf-8') as f:      lines = f.readlines()
相关文章
相关标签/搜索