使用hutool工具类中的strUtil中的cleanBlank()静态方法

即可去除文本中的空格或者空白符

String s = StrUtil.cleanBlank(str);
System.out.println("s = " + s);