我现在已经成功地打开了一个 Word 97-2003 (.doc) 文档并通过 Python 对其进行了编辑。但是我该如何保存呢?
我总是得到:
Traceback (most recent call last):
File "office.py", line 55, in <module>
model.storeToUrl('file:///c:/temp/out.doc', ())
AttributeError: storeToUrl
(相关问题。)
属性应该是什么?
然后我该如何关闭文档?