摘要: 文件操作 1.r(只读模式) 2.w(只写模式) 3.a(追加模式) 以上为纯净模式 1.r+ # with open(r'test',mode='r+',encoding='utf-8') as f: # print(f.readable()) # print(f.writable()) # pr 阅读全文
posted @ 2019-07-08 15:10 Yzy~Yolo 阅读(179) 评论(0) 推荐(0) 编辑