2018年4月12日

2018年4月12日笔记

摘要: python文件操作 r 读read w 写write a 追加append b 二进制binary 如何读取文件1.txt fr = open("1.txt","r",encoding="utf-8") print(fr.read()) fr.close() 如何写文件2.txt fw = ope 阅读全文

posted @ 2018-04-12 22:59 Karlkiller 阅读(101) 评论(0) 推荐(0) 编辑

导航