int i =132; byte b =(byte)i; System.out.println(b);
输出为-124
这是为什么?我知道这是一个非常基本的问题,但是我仍然无法对其进行映射,或者了解这是如何发生的?
java
java ×1