猿问

python关键字“with”用于什么?

python关键字“with”用于什么?

python关键字“with”用于什么?

例子来自:http:/docs.python.org/教程/inputoutput.html

>>> with open('/tmp/workfile', 'r') as f:...     read_data = f.read()>>> f.closedTrue


紫衣仙女
浏览 766回答 2
2回答
随时随地看视频慕课网APP

相关分类

Python
我要回答