摘要: 八大基本数据类型: 整数类型:byte、short、int、long 范围: 字节byte:+-128 短整数short:65535 长整数long:+-24亿 整数int:+-21亿 浮点类型:float、double 字符型:char 布尔型:boolean 阅读全文
posted @ 2020-04-16 20:21 依溜 阅读(100) 评论(0) 推荐(0)