1、在项目中引入hutool的jar包
3、boolean lowerCase = StrUtil.isLowerCase(str);//给定字符串中的字母是否全部为小写
5、我们在字符串中加入其它符号,发现结果还是true