diff --git a/userMana.jsp b/userMana.jsp index 3a0e09a..45f8de5 100644 --- a/userMana.jsp +++ b/userMana.jsp @@ -3,7 +3,7 @@ <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> <%@ page isELIgnored="false" %> <% -String path = request.getContextPath(); +String path = request.getContextPath(); // 获取应用的上下文路径 %> @@ -15,16 +15,21 @@ String path = request.getContextPath(); + + + @@ -36,28 +41,32 @@ String path = request.getContextPath();    - 序号 - 账号 - 密 码 - 姓名 - 操作 + 序号 + 账号 + 密 码 + 姓名 + 操作 - - + + + - ${ss.index+1} + ${ss.index+1} - ${user.loginname} + ${user.loginname} - ${user.loginpw} + ${user.loginpw} - ${user.name} + ${user.name} - + +