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.
16 lines
420 B
16 lines
420 B
<%@ page contentType="text/html;charset=UTF-8" language="java" pageEncoding="UTF-8" %>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>操作成功</title>
|
|
</head>
|
|
<body>
|
|
<h2>Success!</h2>
|
|
<p>实验室编号:${lab.labId}</p>
|
|
<p>实验室名称:${lab.labName}</p>
|
|
<p>位置:${lab.location}</p>
|
|
<p>容纳人数:${lab.capacity}</p>
|
|
<p>状态:${lab.status}</p>
|
|
<p>管理员:${lab.manager}</p>
|
|
</body>
|
|
</html> |