java集合转字符串 import org.apache.commons.lang.StringUtils; List userList = new ArrayList<>();//把集合转换成字符串StringUtils.join(userList,”,”); 浏览量: 542 0