<span style="font-size:18px;">using System;
using System.Collections;//需要添加的命名空间
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace 哈希表
{
class Program
{
static void Main(string[] args)
{
Hashtable al = new Hashtable();
Console.WriteLine("添加前al的元素个数为:"+al.Count);
al.Add("1", "a");
al.Add("2", "b");
al.Add("3", "c");
Console.WriteLine("添加后al的元素个数为:"+al.Count);
Console.ReadLine();
}
}
}</span>
<span style="font-size:18px;">using System;
using System.Collections;//需要添加的命名空间
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace 哈希表
{
class Program
{
static void Main(string[] args)
{
Hashtable al = new Hashtable();
Console.WriteLine("添加前al的元素个数为:"+al.Count);
al.Add("1", "a");
al.Add("2", "b");
al.Add("3", "c");
Console.WriteLine("添加后al的元素个数为:"+al.Count);
al.Remove("3");
Console.WriteLine("删除3后al的元素个数为:"+al.Count);
Console.ReadLine();
}
}
}</span>
<span style="font-size:18px;">using System;
using System.Collections;//需要添加的命名空间
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace 哈希表
{
class Program
{
static void Main(string[] args)
{
Hashtable al = new Hashtable();
Console.WriteLine("添加前al的元素个数为:"+al.Count);
al.Add("1", "a");
al.Add("2", "b");
al.Add("3", "c");
Console.WriteLine("添加后al的元素个数为:"+al.Count);
foreach (DictionaryEntry t in al)
{
Console.Write("键位:"+t.Key+" 值为:");
Console.WriteLine(t.Value);
}
Console.ReadLine();
}
}
}</span>
<span style="font-size:18px;">using System;
using System.Collections;//需要添加的命名空间
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace 哈希表
{
class Program
{
static void Main(string[] args)
{
Hashtable al = new Hashtable();
Console.WriteLine("添加前al的元素个数为:"+al.Count);
al.Add("1", "a");
al.Add("2", "b");
al.Add("3", "c");
Console.WriteLine("添加后al的元素个数为:"+al.Count);
if (al.Contains("1"))
{
Console.WriteLine("1存在al中");
}
if (al.ContainsKey("2"))
{
Console.WriteLine("2存在al中");
}
if (al.ContainsValue("c"))
{
Console.WriteLine("c存在al中");
}
Console.ReadLine();
}
}
}</span>
机械节能产品生产企业官网模板...
大气智能家居家具装修装饰类企业通用网站模板...
礼品公司网站模板
宽屏简约大气婚纱摄影影楼模板...
蓝白WAP手机综合医院类整站源码(独立后台)...苏ICP备2024110244号-2 苏公网安备32050702011978号 增值电信业务经营许可证编号:苏B2-20251499 | Copyright 2018 - 2025 源码网商城 (www.ymwmall.com) 版权所有