<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> 用户管理
用户ID 用户名(登录用) 身份 身份ID 禁用状态 操作
${user.id} ${user.username} ${user.roles} ${user.detail} ${user.disabled_str}