2008年9月2日

c#遍历HashTable

摘要: 首页 余额宝 理财通 百度百赚 百赚利滚利 零钱宝 活期宝 现金宝 活期通 理财资讯using System;using System.Collections.Generic;using System.Text;using System.Collections;namespace GetSpec{ class HashTableDemo { public string Get() { Hashtable hashTable = new Hashtable(); hashTable.Add(1, "wuyi"); hashTable.Add(2, "sky" 阅读全文

posted @ 2008-09-02 13:25 无意 阅读(42572) 评论(0) 推荐(1) 编辑

导航