void Main() { Tuple<string, string, int, bool> goods = Tuple.Create("G01", "BlackTea", 20, true); Console.WriteLine(goods); //假設要取得第2 ...
確定! 回上一頁