1 //Lued 2 //创建的时候赋值 3 Dictionary<int, string> dict1 = new Dictionary<int, string>() { { 0, "fuck!" }, { 1, "fuck the world!" } }; 4 Console.WriteLine("dcit1:"); 5 foreach (var dict ...
.NET is a free, cross-platform, open source developer platform for building many different types of applications. With .NET, you can use multiple lang
用什么编码方式写入就用什么编码方式读出。文件用完了要用及时关闭,可以用 close(),IDisposable。ReadToEnd()方法一次性读出所有内容,只适用小文件;用这个方法读大文件可能会把计算机卡死,一般读大文件一行一行读。
引入命名空间。 可以实现非托管资源的释放。实现了IDispo
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号