摘要: C#实现指定路径,扫描该路径下所有文件,统计文件类型及其对应数量using System;using System.Collections.Generic;using System.IO;namespace FileExtensionScan{ class Program ... 阅读全文
posted @ 2017-06-13 17:01 ChangingFond 阅读(259) 评论(0) 推荐(0)