TCP聊天程序与多线程TCP
客户端的Socket 下面是一个典型的创建客户端Socket的过程。 try{ Socket socket=new Socket("127.0.0.1",4700);
TCP聊天程序与多线程TCP