Integer.MAX_VALUE 获取int类型的最大值 Integer.MIN_VALUE 获取int类型的最小值,其他基本数据类型同理
int max_value = Integer.MAX_VALUE;