摘要: static void Main(string[] args) { var r = abc(2); Console.Write(r.Key + "=" + r.Value); Console.Read(); } static System.Collections.Generic.KeyValuePair abc(int n) { n = n + 1; int k = 25; string st... 阅读全文
posted @ 2013-11-22 13:13 zyip 阅读(108) 评论(0) 推荐(0) 编辑