message.jsp

来自「JSP程序设计案例 (Easy_Buy在线购物系统)」· JSP 代码 · 共 25 行

JSP
25
字号
<%@ page contentType="text/html;charset=gb2312" %>
<html><head><title>Easy Buy Online</title><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><style type="text/css">
<!--
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
-->
</style></head>
<body>
<jsp:include page="title.jsp" flush="true"/>
<jsp:include page="menu.jsp" flush="true"/>
<jsp:include page="message_view.jsp" flush="true"/>
<jsp:include page="message_send.jsp" flush="true"/>
<jsp:include page="copyright.jsp" flush="true"/>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?