【Socket 通信编程】【TCP双向通信多线程】

/* 服务器端,引入多线程 */ import java.io.*; import java.net.*; class ServerThread extends Thread { private Socket socket = null; private int no; public ServerThread (Socket socket, int no) { this.socket =
相关文章
相关标签/搜索