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

📄 login.jsp

📁 MVC结构开发简单例子 非常实用的..有学习MVC的可以看看.
💻 JSP
字号:
<jsp:useBean id="constant" scope="application" class="com.mvc.constant.Constant" />

<html>
  <body bgcolor="ffffcc">
    <h1 align="left">Welcome</h1>
    <br>
    
    <dl>
      <dl>
        <dd>
          This  program  will  test  the  struct  of  MVC
      </dl>
    </dl>    
    
    <a href="/mvcTest/controler?event=<%=constant.ENTERRECORD%>">Begin The Test</a>
  </body>
</html>

⌨️ 快捷键说明

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