public static String getInternalName(final Class clazz) { return clazz.getName().replace('.', '/');
確定! 回上一頁