摘要:
string[] s = new string[5]; 最常见的数组,中括号[ ],通过下标访问,即通过索引访问 关于索引器 class Person { Dictionary<string, string> dic = new Dictionary<string, string>(); publi 阅读全文
摘要:
1 using System; 2 using System.Collections.Generic; 3 using System.IO; 4 using System.Reflection; 5 using System.Text; 6 7 namespace IO目录管理 8 { 9 clas 阅读全文