摘要: 1、通过常量获取最大值和最小值 public static void main(String[] args) { System.out.println("int的最大值:"+Integer.MAX_VALUE);//int的最大值:2147483647 System.out.println("int 阅读全文
posted @ 2021-07-06 18:14 别不开心,过得去 阅读(194) 评论(0) 推荐(0)