public static String hexString(byte[] bs) { return new BigInteger(1, bs).toString(16); }
posted on 2017-06-26 14:37 zyunx 阅读(315) 评论(0) 收藏 举报