使用InetAddress類的getHostName方法

InetAddress---表示互聯網協議(IP)地址 我所知道的,常用的得到InetAddress實例的方法有三種: //直接獲取,獲取的是本機:     InetAddress.getLocalHost(); //根據域名獲取:如果參數爲null,獲得的是本機的IP地址     InetAddress.getByName("www.oracle.com");                  
相關文章
相關標籤/搜索