int16, int32, int64等类型说明

Int16  相当于 short  占2个字节   -32768 ~ 32767

Int32  相当于 int      占4个字节   -2147483648 ~ 2147483647

Int64  相当于 long   占8个字节   -9223372036854775808 ~ 9223372036854775807

Byte  相当于  byte   0 ~ 255

转载自: https://blog.csdn.net/wu9797/article/details/81331281

posted @ 2019-01-23 10:02  LagoOrLY  阅读(1953)  评论(0编辑  收藏  举报