安稳先生 - 2012/5/3 19:06:21
if (noBom)
sw = new System.IO.StreamWriter(System.Web.HttpContext.Current.Server.MapPath(tempDir), false, new System.Text.UTF8Encoding(false));
else
sw = new System.IO.StreamWriter(System.Web.HttpContext.Current.Server.MapPath(tempDir), false, System.Text.Encoding.UTF8);
jumbot - 2012/5/4 10:22:07
shtml的包含文件 要求是noBOM文件,否则会有多余的空白(肉眼看不到),导致页面错位
安稳先生 - 2012/5/4 11:16:06
蒽 蒽 谢谢 这回了解了 。太感谢了 又长知识 了 。:-D