SortedList类:表示键/值对的集合,与哈希表类似,区别在于SortedList中的Key数组排好序的。 using System;using System.Collections.Generic;using System.Text;using System.Collections;namespace ConsoleApplication1} 相关文章: 2022-02-11 2021-10-20 2021-11-30 2021-08-09 2022-02-14 2022-12-23 2022-12-23 2022-02-25