摘要: File file = new File("path"); InputStream is; if (file.exists()) { is = new FileInputStream(file); } else { is = new ClassPathResource("path").getInpu 阅读全文
posted @ 2021-12-20 11:44 上进心使我快乐 阅读(545) 评论(0) 推荐(0)