1、在项目中引入hutool的jar包
2、定义一个String类型的字符串
3、再定义一个结尾的字符串
4、StrUtil.endWith(str, c);判断是否以结尾字符串为结尾
5、运行测试代码得到结果为true