摘要: 先看看isEmpty和isBlank isEmpty 等价于 str == null || str.length == 0 isBlank 等价于 str == null || str.length == 0 || str.trim().length == 0 isNotEmpty和isNotBla 阅读全文
posted @ 2020-06-11 17:24 不爱吃西红柿 阅读(534) 评论(0) 推荐(1)