landSuccess.jsp
上传用户:quasar007
上传日期:2022-08-11
资源大小:4067k
文件大小:0k
源码类别:

企业管理

开发平台:

Java

  1. <%@ page contentType="text/html; charset=gb2312"%>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  5. <meta http-equiv="refresh" content="0;URL=index.jsp">
  6. <title>操作员登陆成功</title>
  7. </head>
  8. <body>
  9. <%
  10. session.setAttribute("form",request.getAttribute("form"));
  11. %>
  12. </body>
  13. </html>