java判断字符是否为空的方法:1、使用“if(s==null || s.equals(""))”进行判断,效率较差;2、使用“if(s == null || s.length() == 0)”进行判断,效率较高等等。
技术文章 / 下载软件趣味内容 / 专业带飞