<li><a href="http://news.sina.com.cn/s/2010-08-18/054820920464.shtml" target="_blank">深圳产妇疑因少送红包肛门被缝续:警方认定有缝扎</a></li><li><a href="http://news.sina.com.cn/pl/2010-08-18/112820923413.shtml" target="_blank">美国用法律技术等手段加强网络监管</a></li><li><a class="videoNews...........................
以上的是一个txt文件的内容我用如下的方法去读取该文件内容的时候 出现乱码, 这个是怎么一回事啊? 我该如何去正确的读取文件?
            StreamReader sr = new StreamReader(filePath);
            string result = sr.ReadToEnd();