怎么获取当前listbox显示的值 (c#)

2025-02-24 13:57:36
推荐回答(2个)
回答1:

不选择就是默认的selectindex

回答2:

或取列表框中被选中的值
string strValue=this.ListBox.SelectedValue;