摘要: string HEADER = "" + "";string FileName = "SaleInfo"; HttpContext.Current.Response.Charset = "UTF-8"; // 或UTF-7 以防乱码 HttpContext.Current.Response.ContentEncoding = System.Text.Encoding.Default; HttpContext.Current.Response.ContentType = "application/ms-ex 阅读全文
posted @ 2012-02-29 14:22 fang_beny 阅读(192) 评论(0) 推荐(0)