index.jsp.svn-base
来自「本人编写的基于spring + spring mvc + hibernate架构」· SVN-BASE 代码 · 共 16 行
SVN-BASE
16 行
<%@ page contentType="text/html; charset=gb2312" errorPage=""%>
<%@ include file="/WEB-INF/pages/include.jsp"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>新闻发布系统</title>
</head>
<body>
<center>
<b>hello</b>
<c:redirect url="/index.html" />
<%-- Redirected because we can't set the welcome page to a virtual URL. --%>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?