基本数据类型
----数值型
---整数类型(byte,short ,int ,long)
----浮点类型(float,double)
----字符型(chart)
----布尔类型(boolean)