摘要: 数据类型 基本数据类型 数值类型: 整数类型 byte 一个字节 short 两个字节 int 四个字节 long 8个字节 //定义时一般在数字后面加上大写L long sum = 10L; 浮点数类型 float 四个字节 float num1 = 5.21f; double 八个字节 doub 阅读全文
posted @ 2021-09-21 13:35 管埋员! 阅读(21) 评论(0) 推荐(0)