摘要: 以下介绍:简单的socket发送消息,服务的Server 相互 客户端Client,进行简单的传递消息:服务端代码:package test;import java.io.DataInputStream;import java.io.DataOutputSt... 阅读全文