随笔分类 -  IO流

摘要:public String GetImageBase64FromUrl(String imgURL) { byte[] data = null; String result = null; BufferedImage image = null; try { // 创建URL URL u... 阅读全文
posted @ 2018-10-16 19:52 青苹果a 阅读(2364) 评论(0) 推荐(0)