摘要: static string[] DelRepeatData(string[] a) { return a.GroupBy(p => p).Select(p => p.Key).ToArray(); } 阅读全文
posted @ 2016-08-13 11:29 TheSongOfSoul 阅读(4711) 评论(0) 推荐(0) 编辑
摘要: string[] file = Directory.GetFiles("E://VSProject//Url_Filter//Url_Filter//bin//Debug"); //先创建几个文件 string type = "mp3|mp4|doc|rmvb|txt|xls|exe|avi"; s 阅读全文
posted @ 2016-08-13 11:22 TheSongOfSoul 阅读(179) 评论(0) 推荐(0) 编辑