最佳答案
这个代码:
System.out.println(Math.abs(Integer.MIN_VALUE));
返回 -2147483648
它是否应该将绝对值返回为 2147483648
?