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} | - + + |