System.out.println(InetAddress.getLocalHost().getHostName()); } catch (UnknownHostException e) { // Doesn't actually happen, but Java requires it ...
確定! 回上一頁