问题 单项选择题

引用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]

答案

参考答案:C

选择题
判断题