访客只能看到部份内容,免费 加入会员 或由脸书 Google 可以看到全部内容
下面是引用 dpes964211 于 2015-08-10 19:36 发表的 : 请问一下能把1~x那些数字隐藏!?
Private Sub Timer1_Timer() For i = 1 To t1 SendKeys (i & "^V") SendKeys "{Enter}" Next Timer1.Enabled = FalseEnd Sub
Private Sub Timer2_Timer() For i = 1 To t1 SendKeys ("^V") SendKeys "{Enter}" Next Timer2.Enabled = FalseEnd Sub