myssm
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

18 lines
418 B

<%--
Created by IntelliJ IDEA.
User: yuuuu
Date: 2025/8/11
Time: 10:42
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" isELIgnored="false" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<html>
<head>
<title>查询用户界面</title>
</head>
<body>
<h3>查询所有用户</h3>
${list}
</body>
</html>