} 添加命名空间using System.Collections;一下是对IComparer类的Compare()重写然后在对SortedList类进行实例化的时候 SortedList strDiction = new SortedList(new MySort()); 就消除了 SortedList的自动排序功能! 相关文章: