浅谈 Python 的 with 语句 【转载】
摘要:
引言 with 语句是从 Python 2.5 开始引入的一种与异常处理相关的功能(2.5 版本中要通过 from __future__ import with_statement 导入后才可以使用),从 2.6 版本开始缺省可用(参考 What's new in Python 2.6? 中 wit 阅读全文
posted @ 2018-03-31 22:37 vmaze 阅读(267) 评论(0) 推荐(0) 编辑