摘要: python文件读写模式 '''1、with语法支持一次性打开多个文件withopen(r'a.txt','r',encoding='utf8')asf1,open(r'b.txt','r',encoding='utf8') as f2...:2、补全python语法,但是不执行任何操作 ① pas 阅读全文
posted @ 2022-06-29 18:47 初学者-11 阅读(60) 评论(0) 推荐(0)