摘要: 文件操作 读文件 通过这种方式读取的文件不用主动close with open('../lib/net/config_environment.dart', 'r+', encoding='utf-8') as file: 读文件全部内容 text = file.read() 定位文件位置 seek( 阅读全文
posted @ 2023-02-09 11:35 qqcc1388 阅读(32) 评论(0) 推荐(0)