'IP국가정보'에 해당되는 글 1건

  1. 2007.01.29 [sample] IP로 국가정보 알아오기

import java.util.Locale;

import net.sf.javainetlocator.InetAddressLocator;

import net.sf.javainetlocator.InetAddressLocatorException;

public class InetAddressLocatorTest {
   
    public static void main(String[] args){
        try {
            Locale locale = InetAddressLocator.getLocale("pistos.pe.kr");  // 딸랑 이거 한줄!
            System.out.println(locale.getCountry());
        } catch (InetAddressLocatorException e) {
            e.printStackTrace();
        }
    }
}

1 

글 보관함

카운터

Total : / Today : / Yesterday :
get rsstistory!