摘要:
-----宝宝生日快乐~~! DataTable allds = new DataTable(); allds = rdpo.GetAllDepartment().Tables[0]; int i= 0; i = allds.Rows.Count; string[] alldep = new string[i]; for (int k=0;k<i;k++) { al... 阅读全文
posted @ 2006-07-03 18:21
北回归线
阅读(728)
评论(1)
推荐(0)