C#获取txt记事本内容,防止乱码情况

2020-12-13 14:12

阅读:317

标签:style   blog   color   sp   div   log   bs   ad   new   

 StreamReader sr = new StreamReader(@"E:\人名.txt", Encoding.GetEncoding("GB2312"));
            string readText = sr.ReadToEnd();

 

C#获取txt记事本内容,防止乱码情况

标签:style   blog   color   sp   div   log   bs   ad   new   

原文地址:http://www.cnblogs.com/blog4xy/p/4059363.html


评论


亲,登录后才可以留言!