执行后等待exe完成再继续 import subprocess login_info = [r'D:\xxx\a.exe', '参数1=22'] subprocess.check_call(login_info)