标题中已经存在的问题 - 如何使python脚本等到使用os.system()调用启动某个进程完成后?例如代码就像
for i in range( 0, n ): os.system( 'someprog.exe %d' % i )
这会同时启动请求的过程n次,这可能会让我的电脑出汗一点)
谢谢你的建议.
python system-calls
python ×1
system-calls ×1