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.

26 lines
635 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<%--
Created by IntelliJ IDEA.
User: 30424
Date: 2025/4/4
Time: 18:00
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>实验室详细信息</title>
</head>
<body>
Success!
<br>
实验室id${sysbInfo.sysbid}<br>
实验室名称:${sysbInfo.sysbname}<br>
实验室是否有设备:${sysbInfo.sysbsb}<br>
负责人:${sysbInfo.sysbager}<br>
联系方式:${sysbInfo.sysbcontact}<br>
实验室地址${sysbInfo.sysbress}<br>
备注:${sysbInfo.sysbmemo}<br>
创建日期:${sysbInfo.sysbtime}<br>
</body>
</html>