复制内容到剪贴板 程序代码
String ipprovince = "";
String ip = "58.214.5.162";
try {
// URL url=new
// URL("http://www.youdao.com/smartresult-xml/search.s?type=ip&q=58.214.5.162");
URL url = new URL("http://whois.pconline.com.cn/ip.jsp?ip=" + ip);
HttpURLConnection connect = (HttpURLConnection) url
.openConnection();
String ip = "58.214.5.162";
try {
// URL url=new
// URL("http://www.youdao.com/smartresult-xml/search.s?type=ip&q=58.214.5.162");
URL url = new URL("http://whois.pconline.com.cn/ip.jsp?ip=" + ip);
HttpURLConnection connect = (HttpURLConnection) url
.openConnection();
Tags: web service