菜鸟的博客

纵有疾风起,人生不言弃。

导航

2023年7月15日 #

2023.7.15

摘要: 1 //2023.7.15 周六 2 //数组 3 public class test { 4 public static void main(String[] args) 5 { 6 int[] array = new int[10];//数组的定义 7 //数组不赋值,默认值为0 8 int a 阅读全文

posted @ 2023-07-15 08:00 hhmzd233 阅读(27) 评论(0) 推荐(0) 编辑