http://xiangai.taobao.com
http://shop148612228.taobao.com
摘要: //去除数组中的重复数据 protected string[] removeDuplicate(string[] ArrInput) { System.Collections.ArrayList nStr = new System.Collections.ArrayList(); for (int i = 0; i < ArrInput.Length; i++) { if (!nStr.Contains(ArrInput[i])) { ... 阅读全文
posted @ 2011-11-10 23:29 万事俱备就差个程序员 阅读(244) 评论(0) 推荐(0) 编辑

http://xiangai.taobao.com
http://shop148612228.taobao.com
如果您觉得对您有帮助.领个红包吧.谢谢.
支付宝红包
微信打赏 支付宝打赏