- Int8, 等于Byte, 占1个字节. -128到127
- Int16, 等于short, 占2个字节. -32768 32767
- Int32, 等于int, 占4个字节. -2147483648 2147483647
- Int64, 等于long, 占8个字节. -9223372036854775808 9223372036854775807
没有 byte、short、int、long 看起来直观些。
没有 byte、short、int、long 看起来直观些。
本文标题:int8、int16、int32、int64 的区别
本文链接:https://www.haomeiwen.com/subject/iannurtx.html
网友评论