To use a COM object from Python. import win32com.client o = win32com.client.Dispatch("Object.Name") o.Method() o.
確定! 回上一頁