摘要: Java是强类型语言 八大基本数据类型: public class DataType { public static void main(String[] args) { //八大基本数据类型 //整数类型 int num1 = 1000; //int 最常用 byte num2 = 127; // 阅读全文
posted @ 2021-07-17 11:33 雄啊 阅读(51) 评论(0) 推荐(0)