一python使用CreateProcess函数运行其他程序. >>> import win32process >>> handle = win32process.CreateProcess('c:\\windows\\notepad.exe','',None,None,0 ...
確定! 回上一頁