首页 > 其他 > 详细

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

时间:2017-08-30 09:18:41      阅读:387      评论:0      收藏:0      [点我收藏+]

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, "+");

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

原文:http://www.cnblogs.com/hong2016/p/7451342.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!