docApp=win32com.client.Dispatch("Word.Application") #從本機端,調用word軟件 docApp.Visible=1 doc=docApp.Documents.Add() #新增一個空的word ...
確定! 回上一頁