怎么将string list 转成有特殊字符分开字符串

https://stackoverflow.com/questions/4021851/join-string-list-elements-with-a-delimiter-in-one-step

You can use the StringUtils.join() method of Apache Commons Lang:

String join = StringUtils.join(joinList, "+");
posted @ 2017-08-30 08:27  每天一点积累  阅读(428)  评论(0编辑  收藏  举报