亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

win7+python3.7條件下的代碼輸出不了,求哥哥姐姐指導

from win32com import client as wc

from win32com.client import Dispatch

import os,fnmatch


def wordtxt(filepath):

dirs,filename=os.path.split(filepath)


newname=''

if fnmatch.fnmatch(filename,'*.doc'):

newname=filename[:-4]+'.txt'

elif fnmatch.fnmatch(filename,'*.docx'):

newname=filename[:-5]+'.txt'

else:

print('文件格式不符合')

return


savepath=os.path.join('D:/數據處理文檔',newname)

wordapp=wc.Dispatch('Word.Application')

mytxt=wordapp.Documents.Open(filepath)


mytxt.SaveAs(savepath,4)

mytxt.close()


if __name__=='__main__':

filepath=os.path.abspath ('C:/Users/Administrator/Desktop/行程.docx')

wordtxt(filepath)


正在回答

1 回答

import os,fnmatch

from win32com import client as wc

from win32com.client import Dispatch


def wordtxt(filepath):

????dirs,filename=os.path.split(filepath)

????newname=''

????if fnmatch.fnmatch(filename,'*.doc'):

????????newname=filename[:-4]+'.txt'

????elif fnmatch.fnmatch(filename,'*.docx'):

????????newname=filename[:-5]+'.txt'

????else:

????????print('文件格式不符合')

????????return

????savepath=os.path.join(r'D:\數據處理文檔\',newname)

????wordapp=wc.Dispatch('Word.Application')

????mytxt=wordapp.Documents.Open(filepath)

????mytxt.SaveAs(savepath,4)

????mytxt.close()

if __name__=='__main__':

????filepath=os.path.abspath (r'C:/Users/Administrator/Desktop/行程.docx')

????wordtxt(filepath)


0 回復 有任何疑惑可以回復我~

舉報

0/150
提交
取消

win7+python3.7條件下的代碼輸出不了,求哥哥姐姐指導

我要回答 關注問題
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號