⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 download.jsp

📁 本套系统采用了业界当前最为流行的beanAction组件
💻 JSP
字号:
<%@ page contentType = "text/html;charset=GB2312" %>

<html>
<head>
<title>导出页面</title>
</head>
<body>
<jsp:useBean id="mySmartLoad" scope = "page" class = "com.jspsmart.upload.SmartUpload" />
<%
	mySmartLoad.initialize(pageContext);
	mySmartLoad.setContentDisposition(null);
	mySmartLoad.downloadFile("D:\\download.xls","application/msexcel","result.xls");
 %>
</body>
</html>

⌨️ 快捷键说明

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