我使用一个开放的API,使用它的访问键获取下面的信息:
HTTPConnectionPool(host='freeipapi.17mon.cn', port=80): Max retries exceeded with url: /183.11.178.118 (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x103780780>: Failed to establish a new connection: [Errno 8] nodename nor
我试图使用JDK将不同语言的名称翻译成其他语言。例如:
new Locale("en", "US").getDisplayLanguage(new Locale("en", "US")); // English
new Locale("en", "US").getDisplayLanguage(new Locale("fr", "FR")); // anglais
我想这样做是为了得到“普通话”和“广东话”,但是
new Locale("zh",