摘要: 数组 public class My { public static void main(String[] args){ //1数组的定义 //new int[4]为:1.数组元素分配空间 //2.为数组元素赋值 (系统默认值) //默认值: int[] arr=new int[4];//给栈区定义 阅读全文
posted @ 2021-12-08 17:48 你喜欢的非奸即盗 阅读(658) 评论(0) 推荐(0)