python使用with自動關閉資源

with open('test.txt', 'w') as f: f.write('test')
相關文章
相關標籤/搜索