10 lines
238 B
Plaintext
10 lines
238 B
Plaintext
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
|
<html>
|
|
<head>
|
|
<title>文件下载</title>
|
|
</head>
|
|
<body>
|
|
<a href="${pageContext.request.contextPath}/download?filePath=${filePath}">${fileName}</a>
|
|
</body>
|
|
</html>
|