17 lines
331 B
Plaintext
17 lines
331 B
Plaintext
<%--
|
|
Created by IntelliJ IDEA.
|
|
User: xin
|
|
Date: 16/7/24
|
|
Time: 上午10:29
|
|
To change this template use File | Settings | File Templates.
|
|
--%>
|
|
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
|
<html>
|
|
<head>
|
|
<title>Success!!!</title>
|
|
</head>
|
|
<body>
|
|
You have save success!!! KEY:${key}
|
|
</body>
|
|
</html>
|