?? chat.jsp
字號:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" %>
<% request.setCharacterEncoding("gb2312"); %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>聊天室</title>
</head>
<frameset rows="80,*,78" cols="*" frameborder="NO" border="3" framespacing="0">
<frame src="top.jsp" name="topFrame" scrolling="NO">
<frameset rows="*" cols="*,126" framespacing="0" frameborder="yes" border="3">
<frame src="main.jsp" name="mainFrame" frameborder="yes" scrolling="NO" noresize marginwidth="1" marginheight="1" bordercolor="#CCCCCC">
<frame src="right.jsp" name="rightFrame" frameborder="yes" scrolling="no" noresize>
</frameset>
<frame src="bottom.jsp" name="bottom" frameborder="yes" scrolling="no" noresize bordercolor="#D6D3CE">
</frameset>
<noframes>
<body>
</body></noframes>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -