摘要: public static String blobToBase64(Blob blob) { String result = ""; if (null != blob) { try { InputStream msgContent = blob.getBinaryStream(); ByteArra 阅读全文
posted @ 2020-06-28 16:38 西府海棠de 阅读(698) 评论(0) 推荐(0)