标签:pair 遍历 cti class ons span code key string
foreach (KeyValuePair<string, string> kvp in dic) { Console.WriteLine("key:{0},value:{1}", kvp.Key, kvp.Value); }
标签:pair 遍历 cti class ons span code key string
原文地址:http://www.cnblogs.com/AkazaAkari/p/6667881.html