ClassPathResource resource = new ClassPathResource("classpath:testMediaExif"); File file = resource.getFile(); String absolutePath = file.getAbsolutePath();
確定! 回上一頁