80,475
社区成员
发帖
与我相关
我的任务
分享
String ip = "ws://ip:port/websocket/home"
InetAddress address = InetAddress.getByName(ip);
报错
UnknownHostException:Unable to resolve host "ws://ip:port/websocket/home": No address associated with hostname
该怎么解决?
