//显示的值combobox.DisplayMember="";//实际的值combobox.ValueMember="";//如果你绑定好了,直接用string text = comboBox1.SelectedText;