String path =
getServletContext().getRealPath("/WEB-INF/new_words.txt");
输出:pathD:\IdeaProjects\itcaststore\target\itcaststore-1.0-SNAPSHOT\WEB-INF\new_words.txt
${pageContext.request.contextPath}:定位webapp文件夹
2023-12-21 17:03:21
String path =
getServletContext().getRealPath("/WEB-INF/new_words.txt");
输出:pathD:\IdeaProjects\itcaststore\target\itcaststore-1.0-SNAPSHOT\WEB-INF\new_words.txt
${pageContext.request.contextPath}:定位webapp文件夹