相关考题
-
单项选择题
如果x=35,y=80,下面代码的输出结果是()。
A.危险
B.报警
C.报警 安全
D.危险 安全 -
单项选择题
当month等于6时,下面代码的输出结果是()。
A.0
B.28
C.30
D.31 -
单项选择题
引用ListBox(列表框)当前被选中的数据项应使用()语句
A.ListBox1.Items[ListBox1.Items.Count]
B.ListBox1.Items[ListBox1.SelectedIndex]
C.ListBox1.Items[ListBox1.Items.Count-1]
D.ListBox1.Items[ListBox1.SelectedIndex-1]
