.NET 的 哈希表 的写法

时间:2015/12/3 17:21:00来源:互联网 作者:flyso 点击: 977 次
需要引用using System.Collections;

Hashtable abc = new Hashtable();
abc.Add("namee", tbNamee.Text);
abc.Add("sex", tbSex.Text);
abc.Add("nl", tbNl.Text);
abc.Add("dhh", tbDhh.Text);
abc.Add("jtzz", tbJtzz.Text);
abc.Add("status", tbStatus.Text);


    Copyright © 2005 - 2016 flyso.cn. 飞搜 版权所有 鄂ICP备11002783号-3