使用复习卡回顾 第 1 题,共 7 题
Python 文件读写
开始实验
1 选择最佳答案

为什么推荐使用 with open(...) as file_object: 处理 Python 文件?