从.docx提取'document.xml'

时间:2019-07-23 22:37:47

标签: python docx zipfile

两个月前,我开始使用Python编程,但我遇到了挑战。

想法是替换.docx模板文件中的某些单词。

我正在使用下面的代码提取document.xml文件(包含.docx内容的文件)。

问题是当我提取“ document.xml”时,我带了“ word”文件夹。 “ word / document.xml”。

有人可以帮我吗?我只想从.docx文件中提取document.xml。然后,我将替换单词,然后将document.xml重新插入.docx文件中。

private void OnTriggerEnter(Collider other)
{
    if(other.gameObject.CompareTag("Cube") && other.rigidbody == null)
    {
        other.gameObject.AddComponent<Rigidbody>();
    }
}

0 个答案:

没有答案