findfour.jsp~1~

来自「这是一个用Struts做出来的网上商城的源代码」· JSP~1~ 代码 · 共 20 行

JSP~1~
20
字号
<%@ page contentType="text/html; charset=gb2312" %>
<%@page import="com.domain.MemberForm"%>
<%@page import="com.tool.Chinese"%>
<jsp:useBean id="dao" scope="page" class="com.dao.MemberDao"/>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>找回密码步骤四</title>
</head>
 <link href="../css/css.css" rel="stylesheet" type="text/css">

<body>
<p>&nbsp;</p>
<div align="center">
  <p><strong><%=request.getAttribute("success")%></strong></p>
<meta http-equiv="refresh" content="3;URL=index.jsp">
</div>
</body>
</html>

⌨️ 快捷键说明

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