摘要: import osa = []with open("pp.txt","r+",encoding="utf8") as file: for line in file.readlines(): a.append(line.strip("\n"))print(a)b = ""for item in a: 阅读全文
posted @ 2019-05-21 10:41 雷神约 阅读(128) 评论(0) 推荐(0)