2022年6月29日
摘要: 知识补充 with语法:支持一次性打开多个文件 with open(r'a.txt', 'r', encoding='utf8') as f1, open(r'b.txt', 'r', encoding='utf8') as f2, open() as f3, open() as f4...: 补全 阅读全文
posted @ 2022-06-29 19:33 念白SAMA 阅读(44) 评论(0) 推荐(0)