p = subprocess.Popen(start_proqual,stdout = subprocess.PIPE,shell=True)p.stdout.read() #读取输出的内容但不显示一个外部程序的运行时间你在启动前是检测不到的,只要运行后才知道