1 基本 引用数据类型。 2 n 次幂 3 变量范围 {} 代码块{} 4 类型转换 隐式转换 :byte,short,char -->int -->long -->float -->double 强制转换:int a = (byte)a 相关文章: