他们希望执行停止5秒,然后继续执行。下面的代码看起来很好,但它不起作用。它执行directl,而不是等待。请帮帮忙好吗?
sleep_(50)
string out=""
print win32SystemWait_("cmd.exe /C echo hallo", out, -1)
print "Output :" out发布于 2019-11-27 22:38:34
好了,我找到了答案,我的代码是正确的。这个东西是空的sleep_(int毫秒)
https://stackoverflow.com/questions/59072420
复制相似问题