WriteLine(string.Join(“,”, names)); //Result: John,Peter,Mary,Tim. 加入值. List AddRange, List<string> names = new List<string>(){ “John”, ...
確定! 回上一頁