📄 index.jsp.svn-base
字号:
<%@ 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -