1. 程式人生 > >怎麽將string list 轉成有特殊字符分開字符串

怎麽將string list 轉成有特殊字符分開字符串

utils ted 特殊 step sta bsp api del over

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