森森0515
2019-10-14 22:16
The operator && is undefined for the argument type(s) byte, int
b & 0xff,这个是必须的吗,就算我不加& 0xff,也到的结果也是一样的。
System.out.print(Integer.toHexString(b & 0xff)+" ");
好吧我粗心了,是这个符号&我写成逻辑符号了
文件传输基础——Java IO流
133754 学习 · 1030 问题
相似问题
回答 4
回答 2
回答 1