class Sample: #获取资源 def enter(self): print("enter") return self
#释放资源 def __exit__(self, exc_type, exc_val, exc_tb): print(&quo