InetAddress local = InetAddress.getLocalHost();

String ip = local.getHostAddress();


이렇게 쉬울수가 !!!

+ Recent posts