- 博客(2)
- 问答 (3)
- 收藏
- 关注
原创 关于基本数据类型向下强转导致的精度损失
public class T1 { public static void main(String[] args) { int a=200; byte b=(byte) a; System.out.println(b);//输出:-56 } } class T2 { public static void main(String[] args) { int a=300; byte b=(byte) a;.
2022-03-11 16:06:44
308
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人