import docx doc = docx.Document('AI 技術可以讓隱藏於暗處的物品現形.docx') for paragraph in doc.paragraphs: if paragraph.style.name.startswith('Heading'): ...
確定! 回上一頁