摘要:
一、在项目的pom.xml的dependencies中加入以下内容: <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> <version>5.0.7</version> </dependency 阅读全文
摘要:
字符串常量 Hutool定义了一些字符常量,可以灵活使用。部分常量如下所示: 一些常量 StrUtil.DOT 点 StrUtil.DOUBLE_DOT 双点 StrUtil.UNDERLINE 下划线 StrUtil.EMPTY 横杠 StrUtil.BACKSLASH 反斜杠 StrUtil.D 阅读全文