link中如何关联textBox和ListBox?如何根据textBox查找ListBox?
这个可以用循环遍历去搜索foreach (var item in comboBox.Items)if (item == textBox.Text)