StringUtils.hasText()

来源:互联网 发布:waf 源码 编辑:程序博客网 时间:2024/06/03 18:55

StringUtils.hasText(字符串)

如果字符串里面的值为null, "", "   ",那么返回值为false;否则为true

原创粉丝点击