摘要: //下载文件 private void Down(HttpContext context) { string filePath = context.Request["url"]; if (!string.IsNullOrEmpty(filePath)) { string customFileName = D... 阅读全文
posted @ 2017-08-04 17:32 独孤小天天 阅读(218) 评论(0) 推荐(0)