How to convert a List into a comma-separated list, using the class's Id property as the value

前端 未结 4 1931
[愿得一人]
[愿得一人] 2020-12-24 01:21

I have a List collection, and I want to create a comma seperated string using the User.Id property, so:

\"12321,432434,123432452,132         


        
4条回答
提交回复
热议问题