2022年3月20日

八大数据基本类型

摘要: public class Demo02 { public static void main(String[] args) { //八大基本数据类型 ​ //整数 int num1 = 10;//最常用 byte num2 = 20; short num3 = 30; long num4 = 30L; 阅读全文

posted @ 2022-03-20 17:33 爱写代码的小振振 阅读(89) 评论(0) 推荐(0)

导航