Web工程下讀取文件的幾種方法

一、讀取文件系統路徑文件 * 必定要使用絕對路徑jsp String fileName = getServletContext().getRealPath("/index.jsp"); // 讀取WebRoot下 String fileName2 = getServletContext().getRealPath( "/WEB-INF/a.properties");// 讀取WebRoot/WEB
相關文章
相關標籤/搜索