📄 default.jsp
字号:
<%@ page contentType="text/html; charset=gb2312"%>
<%@ include file="/view/setBasePath.jsp" %>
<html>
<head>
<title>碧海聆音-留言版</title>
<base href="<%=basePath%>">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<center>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20%" background="image/bg.gif"></td>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tr><td align="center"><%@ include file="top.jsp"%></td></tr>
<tr><td align="center"><jsp:include page="/view/content.jsp"/></td></tr>
<tr><td align="center"><%@ include file="end.jsp"%>
</table>
</td>
<td width="20%" background="image/bg.gif"></td>
</tr>
</table>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -