读取text文件

 var content = new StreamReader(@"D:json.txt", Encoding.Default).ReadToEnd();
原文地址:https://www.cnblogs.com/wxy520/p/6760427.html