1. public static boolean isEmpty(String str) 判斷某字符串是否為空,為空的標準是str==null或str.length()==0 下面是StringUtils判斷是否為空的 ...
確定! 回上一頁