Hashtable ht = new Hashtable();
            ht["标题"] = 10;
            ht["B"] = ht["标题"];
            ht.Remove("标题");