同时多个循环

更新时间:02-02 教程 由 基神 分享

同时多个循环?

多线程就可以了。

代码如下: //子程序 Sub KeyPress_Key(Key, t) While True KeyPress Key, 1 Delay t Wend End Sub //线程开启 BeginThread KeyPress_Key(49, 2000) BeginThread KeyPress_Key(53, 12000) BeginThread KeyPress_Key(56, 120000)

声明:关于《同时多个循环》以上内容仅供参考,若您的权利被侵害,请联系13825271@qq.com
本文网址:http://www.25820.com/tutorial/14_2188662.html