Fork me on GitHub
听雨轩
生命易破碎,梦想只争朝夕!
05 2011 档案
一个ASP.NET文件下载类
摘要:public static class FilesDownLoad { private static readonly Dictionary<string, string> MimeDic = new Dictionary<string, string>(); static FilesDownLoad() { MimeDic.Add("text/plain", "txt"); MimeDic.Ad... 阅读全文
posted @ 2011-05-05 14:00 流水殇 阅读(811) 评论(0) 推荐(0)