login.jsp
来自「MVC结构开发简单例子 非常实用的..有学习MVC的可以看看.」· JSP 代码 · 共 17 行
JSP
17 行
<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 + =
减小字号Ctrl + -
显示快捷键?