摘要: public void ProcessRequest(HttpContext context) { byte[] fileContent = GetFileContent(); context.Response.ContentType = "application/octet-stream"; string downloadName = "Medical-Evaluati... 阅读全文
posted @ 2019-02-28 17:13 Adrian_Bai 阅读(249) 评论(0) 推荐(0)