摘要: var Path = @"F:\教程\ASP\第12季asp.net高级\";//文件夹路径 DirectoryInfo dir = new DirectoryInfo(Path); if (dir.Exists) { FileInfo[] fiList = dir.GetFiles(... 阅读全文
posted @ 2015-12-28 10:34 路北丶 阅读(320) 评论(0) 推荐(0)