java细节

byte b=4;

byte b1=3;

byte b2=7;

b=b1+b2;


java编译器,为什么会说b=b1+b2;会损失精度?

猜你喜欢

转载自blog.csdn.net/qq_41166992/article/details/80820589