以下是使用python 控制docx 的範例code: #-*-coding: utf-8-*- from docx import Document # 使用docx 模組document = Document() #創建空的word ...
確定! 回上一頁