<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false" %> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> 管理员列表 <%-- 全局主题配置--%>

管理员信息

<%-- --%>
${statisticInfo}
<%----%> <%----%>
#用户名 姓名 电话 操作
${s.count}input class="t-check" type="checkbox" value="${ i.id}">${ i.username } ${ i.name } ${ i.tele } 查看 编辑 删除
<%--时间选择的插件--%>