摘要: java基础数据类型:byte, short, int, long, float, double, char, boolean; 当参与计算的时候,精度小的类型会自动转换为精度大的类型; char -> int -> long -> float -> double byte -> short -> 阅读全文
posted @ 2025-01-06 17:11 烟雨断桥 阅读(14) 评论(0) 推荐(0)