首页 > 电脑

程序是这样的,不是连写的

更新时间2019-07-05 05:28:47

Option Explicit

Private Sub cmdCommand1_Click()

If T1.Text = "abc" And T2.Text = "123" Then

    Me.Caption = "欢迎使用"

Else

    Me.Caption = "再试一下"

End If

End Su

bPrivate Sub Form_Load()

T1.Text = "abc"

T2.Text = ""

End Sub


T2.Text=“”是123才对吧。代码是程序的片段,应可以运行,注意敲代码不要漏了字母

上一篇:python字符串和数字相加报错为什么不能相加

下一篇:PPT制作如何快速掌握