摘要: 文件操作创建文件,不可读 f = open(file='文件操作.txt',mode='w')f.write('qiangzi it 175 80 2000\nxifeng it 185 70 4000\n')f.close()只读文件,不能写f = open(file='文件操作.txt',mod 阅读全文
posted @ 2020-05-26 21:11 烂泥扶不上墙 阅读(168) 评论(0) 推荐(0)