这里判断一直会出错
if(this.comboBox1.SelectedItem==null || this.comboBox1.SelectedItem.ToString()==" ")
if(this.comboBox1.SelectedItem!=null){...}