public static String hexString(byte[] bs) { return new BigInteger(1, bs).toString(16); }
posted on 2017-06-26 14:37 zyunx 閱讀(315) 評論(0) 收藏 舉報