摘要: 客户端代码: public class ClientDemo { public static void main(String[] args) throws IOException { //创建客户端Scoket对象 Socket s= new Socket("192.168.50.76",4444 阅读全文
posted @ 2020-05-11 21:19 硬盘红了 阅读(335) 评论(0) 推荐(0) 编辑
摘要: 客户端代码: public class ClientDemo { public static void main(String[] args) throws IOException { //创建客户端Socket对象 Socket s = new Socket("192.168.50.76", 33 阅读全文
posted @ 2020-05-11 14:45 硬盘红了 阅读(166) 评论(0) 推荐(0) 编辑