Python逐行打印

with open('信息.txt','r',encoding='utf-8') as f: datalist = [] for i in f: datalist.append(i)
相关文章
相关标签/搜索