int类型的最大值和最小值

		System.out.println(Integer.MAX_VALUE);//int类型的最大值
		System.out.println(Integer.MIN_VALUE);//int类型的最小值
发布了72 篇原创文章 · 获赞 8 · 访问量 5052

猜你喜欢

转载自blog.csdn.net/Ting1king/article/details/104224111