码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2017-08-30 10:04:37      阅读:130      评论:0      收藏:0      [点我收藏+]

标签:特殊   字符串   tps   char   特殊字符   nts   ons   href   string   

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 转成有特殊字符分开字符串

标签:特殊   字符串   tps   char   特殊字符   nts   ons   href   string   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!