python3 文件操作with open()方法用法解析 with open方法 我们之前使用open方法读取文件 f = open('demo.text' , 'r+') f.close() 细心的朋友应该注意到,我... python教程 · 2020-06-11 · 119阅读 阅读全文