2017年8月23日
摘要: public static String byteToStr(byte[] b) { return Arrays.toString(b); } public static byte[] strToByte(String str) { return str.getBytes(); } 还有一种byte 阅读全文
posted @ 2017-08-23 16:34 斜月三星一太阳 阅读(555) 评论(0) 推荐(0) 编辑
摘要: JAVA 将图片转换为Base64编码 阅读全文
posted @ 2017-08-23 15:00 斜月三星一太阳 阅读(318) 评论(0) 推荐(0) 编辑