摘要:
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 阅读全文