with 表达式(expression) as 目标标量(target)::上下文管理器,无论期间是否抛出异常,都能保证 with as 语句执行完毕后自动关闭已经打开的文件。
with 表达式(expression) as 目标标量(target):