- Int8, 等于Byte, 占1個字節(jié). -128到127
- Int16, 等于short, 占2個字節(jié). -32768 32767
- Int32, 等于int, 占4個字節(jié). -2147483648 2147483647
- Int64, 等于long, 占8個字節(jié). -9223372036854775808 9223372036854775807
沒有 byte、short、int、long 看起來直觀些。
沒有 byte、short、int、long 看起來直觀些。