Java.util.Locale.getCountry() 方法 Java.util.Locale.getCountry() 方法 Java.util.Locale.getDisplayCountry() 方法 Java.util.Locale.getCountry() 方法 package com.codingdict; import java.util.*; public class LocaleDemo { public static void main(String[] args) { // create a new locale Locale locale = Locale.getDefault(); // print the default locale System.out.println("Locale:" + locale); } } Java.util.Locale.getCountry() 方法 Java.util.Locale.getDisplayCountry() 方法