摘要:
* 数组是引用传递 ``` public class HelloWorld { public static void main(String[] args){ // 数组是引用数据类型;就一定会发生引用传递; int data [] = new int [] {10,20,30}; int temp 阅读全文
posted @ 2023-06-03 15:49
盘思动
阅读(14)
评论(0)
推荐(0)
摘要:
``` public class HelloWorld { public static void main(String[] args){ //int data [] = {1,2,3};// 静态初始化 - 简略格式 int data [] = new int [] {11,22,33};// 静 阅读全文
posted @ 2023-06-03 15:22
盘思动
阅读(13)
评论(0)
推荐(0)

浙公网安备 33010602011771号