摘要: using System; using System.Collections.Generic; using System.Text; using System.Threading; namespace AAAAAA { class AAA { public static void Main() { 阅读全文
posted @ 2020-04-22 20:46 .net&new 阅读(356) 评论(0) 推荐(0)
摘要: Hashtable ht1 = new Hashtable(); //创建一个Hashtable实例 ht1.Add("张三", "100"); //添加keyvalue键值对 ht1.Add("李四", "100"); ht1.Add("王五", "100"); ht1.Add("赵六", "20 阅读全文
posted @ 2020-04-22 20:37 .net&new 阅读(184) 评论(0) 推荐(0)