StringBuffer sb=new StringBuffer();
if(sb!=null && sb.length()>0){
System.out.println("证明sb不为空!");
}
stringbuffer判断是否为空
最新推荐文章于 2025-06-25 19:59:43 发布
StringBuffer sb=new StringBuffer();
if(sb!=null && sb.length()>0){
System.out.println("证明sb不为空!");
}