Python逐行打印

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