摘要: Console.WriteLine("start:出自http://www.cnblogs.com/ahjesus尊重作者辛苦劳动成果,转载请注明出处,谢谢!"); List sourceArr = new List { 99, 51, 61, 41, 8, 73, -3, 225, 3, 10, 0 }; int maxIndex = sourceArr.Max() * 10 + 1; object[] replaceArr = new object[maxIndex]; sour... 阅读全文
posted @ 2014-02-19 17:58 深海大虾 阅读(372) 评论(1) 推荐(1) 编辑