摘要: public ChatEntry() throws ServerConnectionException { try { socket = new Socket("127.0.0.1", 8189); in=new Scanner(System.in); out = new PrintWriter(socket.getOutputStream(), true); } catch (Unknow... 阅读全文
posted @ 2010-11-12 11:02 顾光菊 阅读(1455) 评论(1) 推荐(3)