byte(字节) 8bit (1B)
shot(短整型) 16bit(2B)
int(整形) 32bit(4B)
long(长整形) 64bit(8B)
float(浮点型) 32bit(4B)
double(双精度) 64bit(8B)
char(字符型) 8bit(2B)
boolean(布尔) 1bit
byte(字节) 8bit (1B)
shot(短整型) 16bit(2B)
int(整形) 32bit(4B)
long(长整形) 64bit(8B)
float(浮点型) 32bit(4B)
double(双精度) 64bit(8B)
char(字符型) 8bit(2B)
boolean(布尔) 1bit