python -docx 除了可以讀取word 文件之外,還支援寫入操作。 1 基本模式. import docx doc = docx.Document() ... doc.save('xxx.docx') 複製程式碼.
確定! 回上一頁