<%-- Created by IntelliJ IDEA. User: x'b'w Date: 2021/5/22 Time: 13:36 To change this template use File | Settings | File Templates. --%> <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> 链接数据库,获取来自数据库的数据
学号 姓名
${student.num} ${student.name}