Python 文件读写 技术 / 2022-03-25 一、TXT文件读写 Python 常用的文件读取函数有三种:read()、readline() 与 readlines()。 1. read():一次性读取全部内容 2. readline():只读取 […]