摘要: 今天学习内容: 基本数据类型: 整型:byte \ short \ int \ long 浮点型:float \ double 字符型:char 布尔型:boolean 变量的使用说明 1.整型:byte(1字节=8bit) \ short(2字节) \ int(4字节) \ long(8字节) ① 阅读全文
posted @ 2020-10-27 13:08 Licia 阅读(50) 评论(0) 推荐(0)