download.jsp

来自「jsp学习交流网」· JSP 代码 · 共 23 行

JSP
23
字号
<%@ page language="java" contentType="text/html; charset=GBK"
    pageEncoding="GBK"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title>文件下载</title>
</head>
<body>
<br>
 <font color="red">${username }</font> 欢迎您 您现在可以去<a href="/ssh/toUpLoad.do?type=toUpLoadRes&username=${username }">上传资源</a>
	<div align="center"><h2>资源下载</h2></div>
	<hr><br>
	<div align="center">
	 	<a href="/ssh/resclass.do?type=showResClass&download=j2seDownLoad">J2SE</a>   | 
	 	<a href="/ssh/resclass.do?type=showResClass&download=j2eeDownLoad">J2EE</a>   |
	 	<a href="/ssh/resclass.do?type=showResClass&download=j2meDownLoad">J2ME</a>  | 
	 	<a href="/ssh/resclass.do?type=showResClass&download=frameDownLoad">框架类</a> |
	 	<a href="/ssh/resclass.do?type=showResClass&download=othersDownLoad"> 其他</a>  |
	</div>	
	
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?