修复论坛空白输入,上传文件未完成

This commit is contained in:
FJY
2017-11-18 20:28:08 +08:00
parent 6ed6a77b0e
commit a303f56e12
47 changed files with 1699 additions and 615 deletions

12
WebRoot/message.jsp Normal file
View File

@@ -0,0 +1,12 @@
<%@ page language="java" pageEncoding="UTF-8"%>
<!DOCTYPE HTML>
<html>
<head>
<title>消息提示</title>
</head>
<body>
${message}
<%-- <% response.setHeader("refresh","1;url=../x2_resource.jsp");%> --%>
</body>
</html>