基本数据类型
1 byte 1个字节
2 short 2个字节
3 int 4个字节
4 long 8个字节
5 float 4个字节
6 double8个字节
7 cha 2个字节
8 boolean 1个字节