遍历 SortedList<string, string> 中的值(可用于datatable转json)
摘要:
SortedList<string, string> STK = new SortedList<string, string>();STK.Add("1", "2");STK.Add("3", "4");foreach (KeyValuePair<string,string> item in STK 阅读全文
posted @ 2016-05-06 22:00 缠禅 阅读(401) 评论(0) 推荐(0) 编辑