jsp版本

This commit is contained in:
2018-06-19 15:52:20 +08:00
parent 2a78cfca33
commit e3518aa05a
132 changed files with 1259 additions and 1 deletions

20
代码/jsp/web/index.jsp Normal file
View File

@@ -0,0 +1,20 @@
<%--
Created by IntelliJ IDEA.
User: Kane
Date: 2017/3/27
Time: 15:07
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>$Title$</title>
<link rel="icon" href="image/telephone.png">
</head>
<body>
<%
response.sendRedirect( "uploadPolicyData/uploadPolicyData.jsp" );
//session.getAttribute( "tst" );
%>
</body>
</html>