1、先分析出错原因:str3 = Convert.ToString(listBox1.SelectedIndex);中,listBox1.SelectedIndex是一个int型数据,转换成字符......