java里以16进制形式打印字节 Leave a Comment / Java / February 6, 2012 February 6, 2012 System.out.print( Integer.toHexString(b & 0xff));