取值范围: byte<short<int<long<float<double 转换规则: 1、取值范围小的,需要转为更大的取值范围,在进行运算 2、byte/short/char这三种类型的数据在运算的时候,都会直接先提升成int在计算