摘要: HttpContext.Current.Response.Buffer = true;HttpContext.Current.Response.AppendHeader("Content-Disposition", "attachment;filename=" + txtBuyUserID.SelectedValue + ".xls");HttpContext.Current.Response.Charset = "GB2312";HttpContext.Current.Response.ContentEncodi 阅读全文
posted @ 2012-10-16 18:07 小开的一天 阅读(190) 评论(0) 推荐(0) 编辑