手机端直接生成VCF 文件 带生成头像
try{ File file = File.createTempFile(uuid, ".vcf"); String filePath = file.getPath(); VcfUtil vcfUtil = new VcfUtil(); vcfUtil.exportVcf(vo,file); BufferedInputStream br = new BufferedInputStream(new FileIn
原创
2020-07-31 17:27:18 ·
2172 阅读 ·
1 评论