服务器*/ public class ChatRoomServer { private ServerSocket serverSocket; // 服务器端套接字 private HashSet<Socket> allSockets; // 存储所有客户端的套接字 ...
確定! 回上一頁