题库 高中信息

题干

有如下Visual Basic程序段:
a = 9
b = "Command Button"
c = Len(b)
If a > 0 And a < c Then
Label1.Caption =Mid(b,a,6)
Else
Label1.Caption = "error"
End If
该程序段运行后,在标签Label1上显示的是____________
A.errorB.6C.ButtonD.Command
上一题 下一题 0.99难度 选择题 更新时间:2017-02-15 06:51:58

答案(点此获取答案解析)