From b1e9c6e2c8fbdfccd9833db2a025b0f6bd67fd97 Mon Sep 17 00:00:00 2001
From: IE-WEB <1472343820@qq.com>
Date: Thu, 5 Dec 2024 21:14:17 +0800
Subject: [PATCH] =?UTF-8?q?jsp=E6=96=87=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
userDetail.jsp | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++
userMana.jsp | 66 +++++++++++++++++++++++++++++++++++++++
2 files changed, 149 insertions(+)
create mode 100644 userDetail.jsp
create mode 100644 userMana.jsp
diff --git a/userDetail.jsp b/userDetail.jsp
new file mode 100644
index 0000000..1ef9874
--- /dev/null
+++ b/userDetail.jsp
@@ -0,0 +1,83 @@
+<%@ page language="java" pageEncoding="UTF-8"%>
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
+<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
+<%@ page isELIgnored="false" %>
+<%
+String path = request.getContextPath();
+%>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/userMana.jsp b/userMana.jsp
new file mode 100644
index 0000000..3a0e09a
--- /dev/null
+++ b/userMana.jsp
@@ -0,0 +1,66 @@
+<%@ page language="java" pageEncoding="UTF-8"%>
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
+<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
+<%@ page isELIgnored="false" %>
+<%
+String path = request.getContextPath();
+%>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+