建立WORD檔案範例. import docx doc = docx.Document() doc.add_paragraph('Hello world!') doc.save('helloWorld.docx') ...
確定! 回上一頁