循环 赋值 Hashtable请给例子或连接[解决办法]Hashtable ht = new Hashtable(); for (int i = 0; i < 10; i++) { ht.Add( "key " + i.ToString(), "value " + i.ToString()); }