新人 关于C#中ComboBox的使用cmbMonth.SelectedText[解决办法]string text=(string)cmbMonth.SelectedItem;string text=cmbMonth.SelectedItem.ToString();