Dictionary<string,string> d=new Dictionary<string,string>(); d.Add("first","chicai");
<string,string>对应的是键值的类型
强类型,线程不安全