public static boolean isEmpty(String str) { return str == null || str.length() == 0; } /** * Return whether the 2 passed strings are equal.
確定! 回上一頁