Hutool 字符串拼接:使用 StrUtil.join() 方法
要使用 Hutool 来拼接多个字符串,可以使用 'StrUtil.join()' 方法。以下是示例代码:
import cn.hutool.core.util.StrUtil;
public class Main {
public static void main(String[] args) {
String str1 = 'Hello';
String str2 = 'World';
String str3 = '!';
String result = StrUtil.join('', str1, str2, str3);
System.out.println(result);
}
}
输出结果为:'HelloWorld!'。
在 'StrUtil.join()' 方法中,第一个参数是连接符,这里使用空字符串表示不需要连接符。接下来的参数是要拼接的字符串,可以传入多个参数进行拼接。
原文地址: https://www.cveoy.top/t/topic/pcPq 著作权归作者所有。请勿转载和采集!