chatRoom = chatRoom; } public void sendMessage(String msg) { this.chatRoom.showMsg(this, msg); } public String getName() { return name; } }.
確定! 回上一頁