最佳答案
C#中是否有一个函数可以快速将一些集合转换为字符串并使用分隔符分隔值?
例如:
List<string> names
-->string names_together = "John, Anna, Monica"