摘要: // 具体规则StringUtils.hasText("") //false StringUtils.hasText(" ") //false StringUtils.hasText(null) //false StringUtils.hasText("hello") //true 阅读全文
posted @ 2023-04-06 21:50 coderchow 阅读(225) 评论(0) 推荐(0)