⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 flowertypelist.jsp

📁 精美的画面。完善的功能
💻 JSP
字号:
<%@ page contentType="text/html;charset=GBK"%>
<%
 if(session.getAttribute("midentity")==null)
    {
      //  request.setAttribute("result","您没有权力进入此页");
       // getServletContext().getRequestDispatcher("display.jsp").forward(request,response);
        response.sendRedirect("FlowerIndex.jsp");
    }
%>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=GBK">
    <title>untitled</title>
  </head>
  <body>
    <table cellspacing="0" cellpadding="0" border="1" width="22%">
      <tr>
        <td>
          <DIV align="center">
            <H3>
              <FONT color="#cc6633">花卉类别管理</FONT>
            </H3>
          </DIV>
        </td>
      </tr>
      <tr>
        <td>
          <DIV align="center">
            <a href="FlowerTypeAdd.jsp">花卉类别添加</a>
          </DIV>
        </td>
      </tr>
      <tr>
        <td>
          <DIV align="center">
            <a href="FLowerTypeFind.jsp">花卉类别查询</a>
          </DIV>
        </td>
      </tr>
    </table>
  </body>
</html>

⌨️ 快捷键说明

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