1、CollectionUtils.isEmpty(null): true · 2、例:List a = new ArrayList<>(); //a.size()==0. CollectionUtils.isEmpty(a): true · 3、例:.
確定! 回上一頁