java判断字符串是否为空

if(null  != str && str.length()  != 0){ }

posted @ 2019-12-24 15:05  Blake_Li  阅读(419)  评论(0)    收藏  举报