Hashtable GroupLengthfor(......)
{
     GroupLength.Add(....)
}为什么不是按顺序插入呢?比如插入1\2\3\4
出来的可能就是2\1\4\3它插入是按什么顺序插入的?想按顺序出来...怎么排序呢?