try{
InetAddress host=InetAddress.getByName(ip);
out.println("192.168.0.88的主机名是:"+host);
}catch(Exception e){
out.println(e);
}
为什么我得不到网络标志“A”