python3 打開外部程序及關閉

import os import time import subprocess subprocess.Popen(r'cmd') print('打開成功') time.sleep(5) print('休息5s') os.system(r'taskkill /F /IM 進程名') print('關閉成功') 注意:python subprocess.getoutput(cmd)和os.syste
相關文章
相關標籤/搜索