发布网友 发布时间:2024-12-20 23:00
共2个回答
热心网友 时间:6分钟前
这个挺好记的:
byte: 1Byte
char,short: 2Byte
int,float: 4Byte
long,double: 8Byte
另外关于单位的换算:
1Byte = 8 bit
1K=1024Byte
1M=1024K
1G=1024M
1T=1000G
希望能帮到你啊。
热心网友 时间:7分钟前
float 32bit 4个字节
double bit 8个字节