标签: python-3.x
因此,当我运行subprocess.call('start /wait python test.py', shell=True)时,它会打开一个新的“终端”窗口(“命令提示符”窗口),然后立即关闭。
subprocess.call('start /wait python test.py', shell=True)
我已经尝试过放置input()无效
input()