安裝python-docx包sudo pip install python-docx 2. 使用python-docx包讀取資料#encoding:utf8 import docx doc = docx.Document('test.docx')
確定! 回上一頁