%-- Created by IntelliJ IDEA. User: hkw Date: 2018/10/31 Time: 14:06 To change this template use File | Settings | File Templates. --%> <%@ page contentType="text/html;charset=UTF-8" language="java" import="com.itheima.po.Admin" %> <%-- 设置页面内容类型和语言,同时引入需要使用的Admin类 --%> <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <%-- 引入JSTL核心标签库 --%>
ID | <%-- ID列 --%>用户名 | <%-- 用户名列 --%>姓名 | <%-- 姓名列 --%>电话 | <%-- 电话列 --%>级别描述 | <%-- 级别描述列 --%>操作 | <%-- 操作列 --%>
---|---|---|---|---|---|
${ai.a_id} | <%-- ID数据 --%>${ai.a_username} | <%-- 用户名数据 --%>${ai.a_name} | <%-- 姓名数据 --%>${ai.a_phone} | <%-- 电话数据 --%>${ai.a_describe} | <%-- 级别描述数据 --%> <%-- 编辑按钮 --%> <%-- 删除按钮 --%> |