char、short、int、float、double对应字节

char   byte     一个字节 
short 2个字节
int long 4个字节 //int在16位系统里是2字节
float 4个字节
double 8 个字节
posted @ 2013-10-09 17:57  F_YuXiang  阅读(513)  评论(0编辑  收藏  举报