111,125
社区成员
发帖
与我相关
我的任务
分享 Response.ContentType = "text/HTML";
Response.ContentEncoding = System.Text.Encoding.GetEncoding("GB2312");
Response.WriteFile(Label1.Text);
Response.ContentType = "text/html";
Response.WriteFile(“html路劲”);