📄 chatroomlist.jsp
字号:
<%@page language="java" import="java.util.*" pageEncoding="Gb2312"%>
<%@include file ="chkSession.jsp"%>
<!DOCTYPE HTML PUBLIC"-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>聊天室列表</title>
<meta http-equiv="pragma" content="no-cache">
<neta http-equiv="cache-control"content="no-cache">
<jsp:useBean id="chatList" class="net.chat.ChatRoomList"/>
</head>
<body>
欢迎您:<span style="color:red">
[<%=chatList.countUser("情感倾述")%>]人</td>
</tr>
<tr>
<td><input type="radio"name="chatRoom"value="交友天地">
交友<%=session.getAttribute("_USER")%</span>希望您在这里聊天愉快!
<!--form 表单,让用户选择一个聊天房间提交给你redirectChatRoom.jsp处理-->
<form action="redirectChatRoom.jsp"method="post">
<table borde=0>
<tr>
<td><input type="radio"name="ChatRoom"value="情感倾述">情感倾述
<%//这里通过javaBean组件获取每个聊天室的在线人数%>天地
[<%=chatList.countUser("交友天地")%>]人</td>
</tr>
<tr>
<td><input type="radio"name="chatRoom"value="龙门客栈">龙门客栈
[<%=chatList.countUser("龙门客栈")%>]人</td>
</tr>
<tr>
<td><input type="submit"value="进入"></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -