使用过程中,发现StringUtils工具类功能非常的多。

例如,判断元素是否为数字:

StringUtils.isNumeric(string)

 

查看原文