摘要:string[] temp = null; if (tb.Rows.Count > 0) { //对重复的数据进行筛选 Hashtable ht = new Hashtable(); foreach (DataRow dr in tb.Rows) { string s = dr["originalName"]; if ...
阅读全文
posted @ 2008-04-17 14:56
|
|||
04 2008 档案
摘要:string[] temp = null; if (tb.Rows.Count > 0) { //对重复的数据进行筛选 Hashtable ht = new Hashtable(); foreach (DataRow dr in tb.Rows) { string s = dr["originalName"]; if ...
阅读全文
posted @ 2008-04-17 14:56
|
|||