摘要: /*文件64位编码*/ public static void main(String[] args) { byte[] fileByte = toByteArray(newFile); String imgStr = new BASE64Encoder().encode(fileByte); } / 阅读全文
posted @ 2019-03-04 14:44 洞玄巅峰 阅读(8992) 评论(0) 推荐(0) 编辑