摘要:using System;using System.Collections;public class SamplesHashtable { public static void Main() { // Creates and initializes a new Hashtable. Hashtable myHT = new Hashtable(); myHT...
阅读全文
posted @ 2005-07-07 19:51
浙公网安备 33010602011771号