📄 head.txt
字号:
<table align="center" border="0" width="740" height="18" bgcolor=yellow cellspacing="1">
<tr>
<td width="100%">
<a href="<%=response.encodeURL("showBookList.jsp")%>">书目浏览</a> |
<a href="<%=response.encodeURL("userRegister.jsp")%>">用户注册</a> |
<a href="<%=response.encodeURL("userLogin.jsp")%>">用户登录 </a> |
<a href="<%=response.encodeURL("buybook.jsp")%>">订购图书 </a> |
<a href="<%=response.encodeURL("modifyForm.jsp")%>">修改订单 </a> |
<a href="<%=response.encodeURL("showOrderForm.jsp")%>">查看订单</a>|
<a href="<%=response.encodeURL("modifyPassword.jsp")%>">修改密码 </a> |
<a href="<%=response.encodeURL("modifyMessage.jsp")%>">修改个人信息</a> |</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -