有的时候啊,做定制化的项目,可以这么干,好用就行,别的管他呢。
String path = Thread.currentThread().getContextClassLoader().getResource("").getPath().replace("WEB-INF/classes/", "js/");
path += "xxx.js";
File file = new File(path);
获取到文件,然后就可以操作了
标签:文件,Tomcat,前端,js,修改,File,path From: https://www.cnblogs.com/acm-bingzi/p/backend_custom.html