使用python docx打开word过后如何关闭文件from docx import Document文件 = Document('E:\xiaozhao\模板.docx')我如何关闭这个文件,我不需要save我修改的内容,我仅仅需要close,但是似乎没有close属性