背景
- org.apache.commons.lang3.StringUtils 中的isEmpty对" "(空格字符串)的返回值为false。
- org.apache.commons.lang3.StringUtils 中的isBlank()和org.springframework.util.StringUtils中的hasText 则可以对空格字符串进行判断。
- 对于空格字符串isBlank()返回True,而hasText返回的是false,两者的返回值是相反的,要注意。
本文标题:Java和Spring中 isEmpty() 、isBlank(
本文链接:https://www.haomeiwen.com/subject/kqqalrtx.html
网友评论