The operator && is undefined for the argument type(s) byte, int
b & 0xff,这个是必须的吗,就算我不加& 0xff,也到的结果也是一样的。
System.out.print(Integer.toHexString(b & 0xff)+" ");
好吧我粗心了,是这个符号&我写成逻辑符号了