String str = Base64.getEncoder().encodeToString(Files.readAllBytes(Paths.get(path)));
在保存 base64 字符串的时候缺少了前面那一段信息, 那小段通过什么获取?