%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ page import="java.util.List" %> <%@ page import="example.model.User" %>
ID | 用户名 | 密码 |
---|---|---|
${user.id} | ${user.username} | ${user.password} |