string strFilePath = System.AppDomain.CurrentDomain.BaseDirectory + strPath;string strHtmlContent = File.ReadAllText(strFilePath , Encoding.GetEncoding("GB2312"));这样就读到了..
试试 System.Web.HtmlDecode 方法