天天看點

autoit 計算程式運作時間

Local $begin = TimerInit()

Sleep(3000)

Local $dif = TimerDiff($begin)/1000

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

IT

繼續閱讀