摘要: 第一次Insert测试时按照顺序测试: List<int> Test = new List<int>(); for (int i = 0; i < 100000; i++) { Test.Insert(i, i); } Add: List<int> Test2 = new List<int>(); 阅读全文
posted @ 2021-12-30 15:23 密蒙 阅读(436) 评论(0) 推荐(0) 编辑