int[] sum = { 1, 2, 3 }; Console.WriteLine(sum.Sum());
本文来自博客园,作者:阿霖找BUG,转载请注明原文链接:https://www.cnblogs.com/lin-07/p/17512228.html