?? download.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 + -