举报
Local $begin = TimerInit() AdlibRegister('_test') Sleep(5000) Local $dif = TimerDiff($begin) MsgBox(0, '时间差', $dif) Func _test() $dif = Round(TimerDiff($begin) / 1000) If $dif >= 2 Then AdlibUnRegister() MsgBox(0, '时间差', $dif) ;...重启代码... EndIf EndFunc ;==>_test
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-2-26 03:40 , Processed in 0.094726 second(s), 23 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.