open

with open(path, mode, encoding='utf-8') as f:

'w':写入

'a':追加

'r':只读,每次读一行

'rb':二进制格式打开只读

posted @ 2020-08-01 20:01  6+0  阅读(88)  评论(0编辑  收藏  举报