InetAddress inet = InetAddress.getByName("192.168.12.12"); Socket client = new Socket(inet,61200,true); InputStream is = client.getInputStream(); ......
80,490
社区成员
91,374
社区内容
加载中
试试用AI创作助手写篇文章吧