天天看点

autoit 计算程序运行时间

Local $begin = TimerInit()

Sleep(3000)

Local $dif = TimerDiff($begin)/1000

MsgBox(0, "Time Difference", $dif)

IT

继续阅读