为了账号安全,请及时绑定邮箱和手机立即绑定

为什么我的Eclipse中 System.out.print(Integer.toHexString(b && 0xff)+" ");会报错

http://img1.sycdn.imooc.com//5da483250001415a11090147.jpg

The operator && is undefined for the argument type(s) byte, int

正在回答

2 回答

b & 0xff,这个是必须的吗,就算我不加& 0xff,也到的结果也是一样的。

0 回复 有任何疑惑可以回复我~

System.out.print(Integer.toHexString(b & 0xff)+"  ");

好吧我粗心了,是这个符号&我写成逻辑符号了

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么我的Eclipse中 System.out.print(Integer.toHexString(b && 0xff)+" ");会报错

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信