c# vs2008 代码在下面,错误为只能写入toolStripLabel4.Text上的东西...
发布网友
发布时间:2024-09-25 21:02
我来回答
共1个回答
热心网友
时间:2024-09-25 21:19
toolStripLabel4.Text = String.Format("{0}",
reader[0]);
toolStripLabel5.Text = String.Format("{1}",
reader[1]);
toolStripLabel6.Text = String.Format("{2}",
reader[2]);
定义错误,不能同时定义的