将List集合转化为用符号隔开的String字符串

org.apache.commons.lang3.StringUtils.join(list, ",")  Joiner.on(",").join(list);   apache
相关文章
相关标签/搜索