Loading

摘要: 1 Response.Clear(); 2 Response.Buffer = true; 3 Response.Charset = "GB2312"; 4 Response.AppendHeader("Content-Disposition", "attachment;filename=FileName.xls"); 5 ... 阅读全文
posted @ 2007-10-24 09:59 .net's 阅读(404) 评论(1) 推荐(0)