摘要: 内容概要 文件内光标的移动 文件内数据的修改 函数 二进制模式读写操作 with open(r'a.txt', 'rb') as f2: print(f2.read(3).decode('utf8')) with open(r'a.txt', 'r', encoding='utf8') as f1: 阅读全文
posted @ 2021-11-12 17:10 一览如画 阅读(113) 评论(0) 推荐(0)