C# provides the String data type to store string literals. ... new string(chars); String str2 = new String(chars); foreach (char c in str1) { Console.
確定! 回上一頁