随笔分类 -  JAVA_网络

摘要:public class TCPClient { public static void main(String[] args)throws IOException { Socket socket = new Socket("127.0.0.1",5000); OutputStream out = s 阅读全文
posted @ 2021-11-24 13:32 该显示昵称已被使用了 阅读(153) 评论(0) 推荐(0)