<%-- Created by IntelliJ IDEA. User: jhu Date: 2020/10/20 Time: 20:27 To change this template use File | Settings | File Templates. --%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ page contentType="text/html;charset=UTF-8" language="java" %> 用户管理 <%@include file="/pages/common/header.jsp"%>
序号 用户名 密码 电子邮箱 收货地址 操作
${user.id} ${user.username} ${user.password} ${user.email} ${user.address} 修改信息 删除信息
添加用户
<%@include file="/pages/common/page_nav.jsp"%>
<%@include file="/pages/common/footer.jsp"%> k