小白请教大佬:按键精灵大循环里做个独立小循环

2024-07-18 21:51:33作者:饭克斯

线程ID3=BeginThread(按键3)

线程ID4=BeginThread(按键4)

Sub按键3()

Do

T=Timer

//按键3

TracePrint按键3

Do

Delay1000

LoopUntiltimer-T=10*60

Loop

EndSub

Sub按键4()

Do

T=Timer

//按键4

TracePrint按键4

Do

Delay1000

LoopUntiltimer-T=10

Loop

EndSub

展开全文

热门推荐

相关攻略

猜你喜欢