Code-Life icon indicating copy to clipboard operation
Code-Life copied to clipboard

Java读取Resource目录下的文件内容

Open Draymonders opened this issue 4 years ago • 0 comments

InputStream imageBase64InputStream = getClass().getResourceAsStream("/imageBase64");
String imageBase64 = IOUtils.toString(imageBase64InputStream, StandardCharsets.UTF_8);

Draymonders avatar Nov 04 '20 02:11 Draymonders