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