摘要:
Response.ContentType = "application/octet-stream"; //通知浏览器下载文件而不是打开 Response.AddHeader("Content-Disposition", "attachment; filename=" + HttpUtility.UrlEncode(model.Zlbt+"."+model.Zlhz, System.Text.Encoding.UTF8)); Response.BinaryWr... 阅读全文