亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

JavaWeb response對象

JavaWeb response對象

慕粉4349795 2017-05-23 21:14:24
程序的最后引用了一個txt文件,但是我把文件存在桌面上,提示錯誤,怎樣才可以把txt文件弄到和程序同一個路徑下邊。<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%><%String path = request.getContextPath();String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";%><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html>? <head>? ? <base href="<%=basePath%>">? ??? ? <title>My JSP 'show.jsp' starting page</title>? ?? <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="cache-control" content="no-cache"> <meta http-equiv="expires" content="0"> ? ? <meta http-equiv="keywords" content="keyword1,keyword2,keyword3"> <meta http-equiv="description" content="This is my page"> <!-- <link rel="stylesheet" type="text/css" href="styles.css"> -->? </head>??? <body>? ? <%? ? String str1=request.getParameter("submit1");? ? String str2=request.getParameter("submit2");? ? if(str1==null){? ? str1="";}? ? if(str2==null){? ? str2="";}? ? if(str1.startsWith("word")){? ? response.setContentType("application/msword;charset=gb2312");? ? }? ? if(str1.startsWith("excel")){? ? response.setContentType("application/x-msexcel;charset=gb2312");? ? }? ? ?%>? ? <jsp:include page="score.txt">? </body></html>
查看完整描述

1 回答

?
噼喱啪啦

TA貢獻392條經驗 獲得超170個贊

把文件放在項目下就可以了,你使用的是相對路徑,文件就放在 webroot/score.txt

也可以使用絕對路徑。

查看完整回答
反對 回復 2017-05-25
  • 1 回答
  • 0 關注
  • 1876 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號