标签:nbsp als style bsp div 判断 equals span 字符
判断字符串是否为空
if(url!=null && !"".equals(url)){ //不为空 }else{ //为空 }
java判断字符串是否为空
原文地址:https://www.cnblogs.com/kkvt/p/11103356.html