1.python官方文档 https://docs.python.org/3/reference/compound_stmts.html#the-with-statement 2.python增强建议文档 https://www.python.org/dev/peps/pep-0343/ 3.中文参考 python with as的用法 https://www.cnblogs.com/DswCnblog/p/6126588.html