通过ip地址来获取计算机名
我用InetAddress.getByAddress();方法只有 String[] arg参数和byte[] arg参数的,不能像老师一样用"192.168.**.*"来获取计算机名,这是为什么呀?
已经解决,谢谢各位