?? chatroom.jsp
字號(hào):
<%@ page language="java" contentType="text/html; charset=gb2312"
pageEncoding="gb2312"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>歡迎光臨聊天室</title>
</head>
<frameset rows="*" cols="*,220" framespacing="0" frameborder="1" border="1">
<frameset rows="*,80" frameborder="1" border="1" framespacing="0">
<frame src="message.jsp" name="mainFrame">
<frame src="chat.jsp" name="bottomFrame" scrolling="NO" noresize>
</frameset>
<frame src="list.jsp" name="rightFrame" scrolling="NO" noresize>
</frameset>
<body>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -