摘要: string filePath = context.Server.MapPath("~/" + uploadFolder+"/"+file_name);//路径 System.IO.FileInfo fileInfo = new System.IO.FileInfo(filePath); if (f 阅读全文
posted @ 2016-10-27 11:04 ■乐 阅读(1815) 评论(0) 推荐(0) 编辑