摘要: #region 移除数组中的某一位数 /// /// 移除数组中的某一位数 /// /// 需要移除的数组 /// 移除某一个值 /// protected string[] RemoveArray(string[] array,string stringIndex) { List arrayList =new List(); for (int i = 0; i < array.Length; i++) ... 阅读全文
posted @ 2014-01-08 19:44 国驰 阅读(2028) 评论(0) 推荐(0)