with

with controlled_execution() as thing:

  do something

等价于

1.执行enter(),再把结果传给thing

2.do something

3.执行exit()

posted @ 2019-02-23 20:43  Jary霸  阅读(125)  评论(0编辑  收藏  举报