数据类型有哪几种

整数类型:byte、short、int、long;小数类型:float、doble;字符类型:char;布尔类型:boolean;四种 整数数据类型 byte:1个字节,8位,256种状态,取值......

2025-10-06
14