发布时间:2019-02-20编辑:admin阅读(1829)
string str1= "abc"; for (int i = 0; i < ComboBox1.Items.Count; i++) { if (string.Equals(str1, ComboBox1.GetItemText(ComboBox1.Items[i]), StringComparison.CurrentCulture)) { ComboBox1.SelectedIndex = i; break; } }
0人
0人
0人
0人