Hashtable ht = new Hashtable();

            ht["사과"] = "apple";
            string kk = ht["사과"].ToString();



kk 에는 apple 이 들어옴


문자만 가능한 이것도 있음

NameValueCollection

 

+ Recent posts