Java中int的取值范围
先看一个基本概念bit 比特 是 二进位制信息单位,即0,1然后看8种基本类型byte 1字节 8位元组,即8位bit, 可存储-2^8~2^7 (-128 ~ 127)short 2字节 2*8 = 16 bit -2^16~2^15 (-32768 ~ 32767)