private static String getLockName(Enum rank) { return rank.getDeclaringClass().getSimpleName() + "." + rank.name();
確定! 回上一頁