Interval = 1000 End Sub Private Sub Timer1_Timer() for i=60 to 0 step -1 i= i -1 print " 倒數" & i & " 秒" End Sub 在如上代碼中,如何定義i 才可以實現隔一秒i-1 ...
tc.wangchao.net.cn