摘要:
public class ChatClient { public void chat() { try { // 连接到服务器 /**连接到服务器0.5分*/ Socket socket = new Socket("localhost", 9000); try { /** 读取服务器端传过来信息的输入 阅读全文
posted @ 2016-08-26 17:08
木子Maple先森
阅读(189)
评论(0)
推荐(0)
浙公网安备 33010602011771号