摘要: public static String encodeImgageToBase64(String remark) { ByteArrayOutputStream outputStream = null; try { URL url = new URL(remark); BufferedImage b 阅读全文
posted @ 2019-01-02 16:57 byebye_bird 阅读(4204) 评论(0) 推荐(0) 编辑