安装docx:使用pip3 install python-docx如果安装失败可以尝试:pip3 easy-install python-docx ... doc.save('test.docx') #保存,必须有1个参数 ...
確定! 回上一頁