java基础薄弱,在项目中 String str; 判断str 是否为空 我写的是if(str.equals(null)){....}; 显然这是错的 。蒙圈了,应使用 str == null 判断str是否为空。