我在Windows7上使用Python3.4 import sys import win32com.client as win32 word = win32.Dispatch("Word.Application") word.Visible = 0 word.D.
確定! 回上一頁