摘要: 1、把服务器的数据写到客户端 用 socket.getOutputStream()。开启telnet作为客户端。public class ChatService { public static void main(String[] args) throws Exception { ... 阅读全文
posted @ 2015-08-24 10:52 咸咸的告别 阅读(160) 评论(0) 推荐(0)