Java工具包 jiezi 5 年前 commons-lang commons-lang 为 java 核心类提供额外的方法。比如为 Date 类型提供 addDays(),addHours 操作,为 String 类提供 isBlank(),isEmpty() 操作。 commons-io