标签:sem empty blank null 判断 col 判断字符串 str color
String.isNotBlank(str) //判断字符串不为空 String.isBlank(str)//判断字符串为空 //判断List,Map,Set等不为空 if(null != list && !list.isEmpty()){ //code }
标签:sem empty blank null 判断 col 判断字符串 str color
原文地址:https://www.cnblogs.com/d-yw/p/10274418.html