This commit is contained in:
FJY
2017-10-29 23:12:34 +08:00
parent 01602e09d9
commit 2e2b37022b
38 changed files with 6226 additions and 20 deletions

View File

@@ -76,10 +76,11 @@ String str_date2 = currentTime.toString(); //将Date型日期时间转换成字
ex.printStackTrace();
}
%>
j<%
sql.close();
conn.close();
%>
<%
stmt.close();
sql.close();
conn.close();
%>
登录成功. <br>
<% response.setHeader("refresh","0;url=../mainframe.jsp");%>
</body>