现在我要做:
ULocale uLocale = new ULocale(locale);if (uLocale.getCountry() != null && !uLocale.getCountry().isEmpty()) { ...}效果很好。

现在我要做:
ULocale uLocale = new ULocale(locale);if (uLocale.getCountry() != null && !uLocale.getCountry().isEmpty()) { ...}效果很好。