mindec 和 secdec 设为全局变量Private Sub Timer1_Timer() secdec = secdec - 1 Form2.Label2.Caption = secdec Form2.Label1.Caption = secdec \ 60End Sub