StreamWriter sr = File.CreateText("1.htm");
sr.WriteLine("xxx");1.html是用utf8编码的
如何用gb2312呢?
即使加上了<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
浏览器还是认为是utf8,而不是gb2312,怎么解决呢???