?? main.jsp
字號:
<%@ page language="java" pageEncoding="UTF-8"
contentType="text/html; charset=UTF-8"%>
<%@ include file="/taglibs.inc.jsp" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=shift_jis" />
<title>主畫面</title>
</head>
<frameset rows="*" cols="20%,80%" framespacing="1" border="1" bordercolor="#99CCFF">
<frame name="left" src="navi.jsp" noresize="noresize"/>
<frame name="right" src="mailList.jsp" />
</frameset>
<noframes>
<body>
本網站使用了框架,但你的瀏覽器不支持框架
</body>
</noframes>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -