#!/usr/bin/env python #coding: utf-8 from docx import Document from ... 添加表格,填入表格内容 table = document.add_table(rows=2, ...
確定! 回上一頁