整型: byte(1字节) short(2字节) int(4字节) long(8字节)
浮点型: float(4字节) double(8字节)
字符型: char(2字节)
布尔型: boolean(1字节)
八大基本数据类型
最新推荐文章于 2024-11-03 15:00:35 发布
整型: byte(1字节) short(2字节) int(4字节) long(8字节)
浮点型: float(4字节) double(8字节)
字符型: char(2字节)
布尔型: boolean(1字节)