后端 C# Params ... 修改一下上面的method,再帶入參數前面加上”params” void PrintNum(params int[] ary) { foreach (int n in ary) Console.WriteLine(n.
確定! 回上一頁