摘要: static List<int> CalInts(int len=100000) { List<int> a = Enumerable.Range(0,len).ToList(); return a; } List<int> aa = CalInts(); Stopwatch sw = new St 阅读全文
posted @ 2025-08-04 17:26 JohnYang819 阅读(8) 评论(0) 推荐(0)