Java 类型转换

byte+byte=int,低级向高级是隐式类型转换,高级向低级必须强制类型转换,byte<char<short<int<long<float<double

原文地址:https://www.cnblogs.com/ybk-cherish/p/10776993.html