public static String getOptionalString(Config config, String key) { return config.hasPath(key) ? config.getString(key) : null;
確定! 回上一頁