hutool工具

官方文档地址:https://www.hutool.cn/docs/#/

pom:

<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.5.2</version>
</dependency>
原文地址:https://www.cnblogs.com/cw828/p/14927782.html