在combobox控件中,可设置事件SelectedIndexChanged。例如有一全局整数变量 a,可在事件中写 a = cmbStudentID.SelectedIndex; //索引 a = cmbStudentID.Text; //值