工程1 - Form1 (Code) Timer1 Cimer Frivate Sub Timer1_Timer() Label1.Left = Label1.Left - 100 If Label1.Left + Label1.Widt 〈O Then _Label1.Left = Form1.wath " end End Sub 直接Label1.Left<0不行吗?为什么要Label1.Left + Label1.Widt 〈O?