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

📄 test.jsp

📁 java MVC框架成功案例[MVC+mysql5.018+连接池]
💻 JSP
字号:
<html>
	<%@ page contentType="text/html;charset=gb2312"%> 
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
	<title>实例首页</title>
</head>

<body>  
<table border="1" width="100%">
  <tr> 
  	<td><div align="center">
		<a href="/WebRoot/Controller?command=showarticle">显示文章</a>
	</div></td>
  </tr>
</table>

</body>
</html>

⌨️ 快捷键说明

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