// Join the strings from the List. string joined = string.Join<string>("*", list); // Display. Console.WriteLine(joined); }
確定! 回上一頁