摘要: # day02 ## 数据类型 ### 基本数据类型 共有四类八种 1)整数类型 byte short int long ​ byte: 字节 bit比特,1bit = 1二进制位 ,byte占8位 [-128,128]/[-2^7, 2^7-1] 默认值:0 ​ short:1short = 16 阅读全文
posted @ 2022-09-27 15:32 小彤在努力 阅读(52) 评论(0) 推荐(0)