publish.jsp

来自「用jsp实现的大型商城源代码」· JSP 代码 · 共 20 行

JSP
20
字号
<%@ page contentType="text/html;charset=GBK"%>
<jsp:useBean id="ManagerMember" class="myshop.member_sys.ManagerMember"/>
<%
ManagerMember.gotoLogin(request,response);
%>
<html>
<head>
<title>CWC大型购物商城</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<frameset rows="100,*" frameborder="NO" border="0" framespacing="0">
  <frame src="publish_top.jsp" name="topFrame" scrolling="NO" noresize >
  <frame src="publish_buttom.jsp" name="mainFrame">
</frameset>
<noframes><body>

</body></noframes>
</html>

⌨️ 快捷键说明

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