除了使用os模組中的os.system()函式以外,還可以使用win32api模組中的ShellExecute()函式。其函式如下所示。 ShellExecute(hwnd, op , file , params , dir , bShow ). 其 ...
確定! 回上一頁