티스토리 뷰

dev/java

InetAddress ip 주소 가져오기

IT's me 2017. 12. 3. 16:43

InetAddress local = InetAddress.getLocalHost();

String ip = local.getHostAddress();




댓글
최근에 올라온 글
최근에 달린 댓글