摘要:
{ List<int> intlist = new List<int>(); for (int i = 0; i < 10000; i++) { intlist.Add(i); } }//正常for循环完毕是 i=9999 { List<int> intlist = new List<int>(); 阅读全文
posted @ 2021-12-03 11:53
wolfsocket
阅读(42)
评论(0)
推荐(0)
浙公网安备 33010602011771号