📄 index.jsp
字号:
<%@ page contentType="text/html;charset=gb2312" %>
<html>
<head>
<title>index.jsp</title>
</head>
<body>
<H4>当前在线人数为:
<%= application.getAttribute("count")%></H4>
<a href="<%=response.encodeUrl("logout.jsp")%>">退出登陆</a>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -