摘要: 文件操作补充 光标移动 文件修改 函数 文件操作补充 #方法补充 with open(r'userinfo.txt','a',encoding='utf8')as f: print(f.readable()) print(f.writable()) f.writelines(['jason','12 阅读全文
posted @ 2021-08-17 15:19 ふじわらたくみ 阅读(53) 评论(0) 推荐(0)