python執行其他程式的實現方法

2022-09-27 06:42:13 字數 769 閱讀 3138

python執行其他www.cppcns.com程式的實現方法

一 使用os.system()函式執行其他程式

開啟系統的記事本程式

>>>import os

>>> os.system('notepad')

0>>> os.system('notepad python.txt')

0二 使用shellexecute函式執行其他程式

>>>import win32ap

>>> win32api.shellexecute(0,'open','notepad.exewww.cppcns.com','','',0)

42>>> win32api.shellexecute(0,'open','notepad.exe','','',1)

42>>> win32api.shellexecute(0,'open','notepad.exe','python.txt','',1)

42>>> win32apcfsvxpjnwji.shellexecute(0,'open','','python.txt','',1)

42>&gcfsvxpjnwjt;> win32api.shellexecute(0,'open','e:\\python\\work\\demo.***','','',1)

42>>> win32api.shellexecute(0,'open','e:\\python\\work\\messagebox.py','','',1)

42本文標題: python執行其他程式的實現方法

本文位址:

Python 四種執行其他程式的黑科技

在python中,可以方便地使用os模組來執行其他指令碼或者程式,這樣就可以在指令碼中直接使用其他指令碼或程式提供的功能,而不必再次編寫實現該功能的 為了更好地控制執行的程序,可以使用win32process模組中的函式,如果想進一步控制程序,則可以使用ctype模組,直接呼叫kernel32.dl...

iOS openURL 執行其他的應用程式

map email mailto tel tel 10086 msg sms 10086 map email mailto tel tel 10086 msg sms 10086 除此之外,還可以自己定義url,方法如下 展開url types,再展開item1,將item1下的url identi...

IOS openURL 執行其他的應用程式

openurl的使用方法 view plain copy to clipboard print?view plain copy to clipboard print?map email mailto tel tel 10086 msg sms 10086 map email mailto tel t...