将list转换成用逗号连接的字符串

使用语法String.Join()即可

var objIds = String.Join(",", ObjIDs);
记录编程的点滴,体会学习的乐趣
原文地址:https://www.cnblogs.com/AduBlog/p/13680084.html