private static final String STORE_DIR = "session"; String rootPath=this.getClass().getClassLoader().getResource("").getPath().toString(); private String tmpdir=rootPath.substring(1, rootPath.length())+"tmp"; private String filePath = tmpdir+"/"+STORE_DIR;
时间: 2024-10-29 15:38:40