2018-05-14技术1 min read中文Python 上下文管理器Python 上下文管理器 with open('1.txt) as f: f.read()contextpython上下文管理器