这段代码是什么意思?
Private Sub Command1_Click()Static x As Integer
If x Then x = x + 10 Else x = x + 1
Print x
End Sub
2016-10-02 18:36
2016-10-02 19:15
2016-10-02 19:20
2016-10-02 19:20
[此贴子已经被作者于2016-10-2 20:51编辑过]

2016-10-02 20:34
2016-10-03 12:12
2016-10-04 15:26
2016-10-09 18:57
2016-10-10 08:41
2017-04-17 16:55