索引超出了数组界限什么意思sql server

索引超出了数组界限什么意思sql server

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