python 按utf-8读取文件 f = open("product.txt","r",encoding='utf-8') ProductLists = f.readlines() #按行读入,返回列表 f.close()