welcome.jsp
来自「《精通JSP编程 》源代码(赵强那本) 很有用的源代码」· JSP 代码 · 共 32 行
JSP
32 行
<html>
<head>
<title>Security WebApp - Welcome Page</title>
</head>
<!-- EXAMPLE CONTENT -->
<table summary="EXAMPLES_CONTENT" border=0 cellspacing="18" cellpadding="0">
<tr>
<td valign="top">
<blockquote>
<h4>Security Login Example </h4>
<p> If you are an administrator, you can configure the web application
<br> <b><a href="admin/edit.jsp">Configure the application</a></b>.
</blockquote>
</td>
</tr>
</table>
<br>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?