This repository has been archived on 2025-01-14. You can view files and clone it, but cannot push or open issues/pull-requests.
computer-web/src/main/webapp/result.jsp

21 lines
526 B
Plaintext
Raw Normal View History

2024-12-21 17:19:36 +08:00
<%@ page contentType="text/html; charset=UTF-8" language="java" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<!DOCTYPE html>
<html lang="en">
<head>
2024-12-21 18:06:18 +08:00
<script src="https://www.liyansheng.top/cdn/watermark.js"></script>
2024-12-21 17:19:36 +08:00
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>操作结果</title>
</head>
<body>
<h1>操作结果</h1>
<div style="color: red;">
<p>${requestScope.msg}</p>
</div>
<br>
2024-12-22 21:02:08 +08:00
2024-12-21 17:19:36 +08:00
</body>
</html>