摘要:
isNotEmpty(str)等价于 str != null && str.length > 0 isNotBlank(str) 等价于 str != null && str.length > 0 && str.trim().length > 0 同理 isEmpty 等价于 str == null || str.length == 0 isBlank 等价于 str == null || s... 阅读全文
posted @ 2019-05-23 15:27
1456710017
阅读(3378)
评论(0)
推荐(2)

浙公网安备 33010602011771号