组卷题库 > 高中信息技术试卷库
试题详情
有如下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、error
B、6
C、Button
D、Command
知识点
参考答案
采纳过本试题的试卷
教育网站链接