会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
流年中渲染了微笑
博客园
首页
新随笔
联系
订阅
管理
2019年12月30日
关于 with 语句
摘要: class C(object): def __enter__(self): print('jinru') return self def __exit__(self, exc_type, exc_val, exc_tb): print('chuqu') with C() as f: print(f)
阅读全文
posted @ 2019-12-30 10:41 流年中渲染了微笑
阅读(115)
评论(0)
推荐(0)
编辑
公告