摘要: public class Demo02 { public static void main(String[] args) { //八大基本数据类型 //整形 int num1 = 10;//最常用 byte num2 = 20; short num3 = 30; long num4 = 30L;// 阅读全文
posted @ 2022-02-06 17:48 东方不是西方 阅读(27) 评论(0) 推荐(0)