python运行其他应用程序

import os
import time
#显示测试报告
def show_report():
    report_Path=get_aft_path()+"\\Report\\Report.exe"
    time.sleep(5)
    os.system(report_Path)

猜你喜欢

转载自blog.csdn.net/sterson/article/details/79803870