2021年11月12日
摘要: 1.二进制模式读写操作 1.1读的操作 # with open(r'a.txt','rb') as f: # # print(f.read()) # print(f.read(6).decode('utf8')) # with open(r'a.txt','r',encoding='utf8') a 阅读全文
posted @ 2021-11-12 18:55 西西i 阅读(34) 评论(0) 推荐(0)