摘要:
string id_s = ""; for (int i = 0; i < dataGridView1.Rows.Count; i++) //遍历所有行 { if (dataGridView1.Rows[i].Cells["stu_sno"].Value != null) //要获得的学号不能为空 ... 阅读全文
posted @ 2016-11-20 14:00
碎蜂朴
阅读(219)
评论(0)
推荐(0)
2016年11月20日