基本类型:四类八种:数值 : 整数:byte,short,int,long。默认是 int 小数:float,double 默认是 double 布尔:boolean 字符:char 引用类型:数组,对象,接口 相关文章: