日期:2014-05-18 浏览次数:20591 次
for (int i = 1; i < 8; i++) { DataRow dr = dt.Rows[i-1]; Label(i).text = dr[0].ToString(); }