2020年12月2日
摘要: 1 public class demo2 { 2 public static void main(String[] args) { 3 //八大基本数据类型 4 5 //整数 6 int num1 = 10;//最常用 7 byte num2 = 20 ; 8 short num3 = 30; 9 阅读全文
posted @ 2020-12-02 19:32 时崎黯夜 阅读(83) 评论(0) 推荐(0)