From c7de4c1d5ccf0e8d8c50c7abd9933bdea4da61cb Mon Sep 17 00:00:00 2001 From: IE-WEB <1472343820@qq.com> Date: Thu, 5 Dec 2024 21:21:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- userDetail.jsp | 68 ++++++++++++++++++++++++++++---------------------- 1 file changed, 38 insertions(+), 30 deletions(-) diff --git a/userDetail.jsp b/userDetail.jsp index 1ef9874..b21e2f0 100644 --- a/userDetail.jsp +++ b/userDetail.jsp @@ -1,83 +1,91 @@ <%@ 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" %> +<%@ 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(); +String path = request.getContextPath(); // 获取当前Web应用的根路径 %>
- - - - - + + + + + + + ++ | |||||||||||||||||||||||||||
序号 | -账号 | -密 码 | -姓名 | -操作 | +序号 | +账号 | +密 码 | +姓名 | +操作 | ||||||||||||||||||
- ${ss.index+1} + ${ss.index+1} | - ${user.loginname} + ${user.loginname} | - ${user.loginpw} + ${user.loginpw} | - ${user.name} + ${user.name} | - + + |