VB程序语言3

来源:互联网 发布:社工数据库手机号 编辑:程序博客网 时间:2024/05/21 19:49
Option Explicit
Dim i As Integer, sum As Integer
Private Sub Command1_Click()
Cls
Font.Size = 70
Static i As Integer
i = i + 1
Print i

End Sub
















0 0