📄 action.jsp
字号:
<html>
<head>
<title>Javacat's JSP ChatRoom</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<%@ page session="true" %>
<%@ page contentType="text/html;charset=gb2312" %>
</head>
<frameset frameborder="0" border="0" framespacing="0" rows="80,*">
<frame name="topFrame" scrolling="no" noresize src="top.html">
<frameset frameborder="0" border="0" framespacing="0" cols="*,100">
<frame name="inputFrame" scrolling="auto" src="input.jsp?username=<%= session.getValue("Name") %>">
<frame name="userlistFrame" src="userlist.jsp">
</frameset>
<noframes>
Please user a frame enabled browser!
</noframes>
</frameset>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -