link中如何根据textBox反查comboBox中的序号?代码怎么实现?
这个可以用循环遍历去搜索foreach (var item in comboBox.Items)if (item == textBox.Text)