摘要: 文件作为迭代器取下一行 with open()as F: for i in F: n=next(F) not: n=F.next() 阅读全文
posted @ 2022-01-17 11:18 lzhang1024 阅读(57) 评论(0) 推荐(0)