java中int取值范围是怎么计算的

2025-04-24 23:02:24
推荐回答(1个)
回答1:

Integer max = java.lang.Integer.MAX_VALUE;
Integer min = java.lang.Integer.MIN_VALUE;