1. 程式人生 > >java web專案獲取專案路徑

java web專案獲取專案路徑

web專案相對路徑(不用考慮是否為windows伺服器或者Linux伺服器,如果採用絕對路徑對檔案進行操作,則要考慮linux的許可權問題):

String savePath = request.getSession().getServletContext().getRealPath("paycode");