【名词&注释】
关键字、数据项(data item)、列表框(list box)
[填空题]C#的类定义中可以包含两种成员:静态成员和非静态成员。使用()关键字修饰的是静态成员,反之为非静态成员。
查看答案&解析
查看所有试题
学习资料:
[单选题]引用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]
[单选题]下面程序段在执行完成后,a的值为()int j=0,k=0,a=0;while(j
A. 6
B. 8
C. 9
D. 10
本文链接:https://www.51bdks.net/show/0eex5x.html