比如以下代码: Class a{ Int [] arr =new Int[]{1,2,3}; } Class b{ a sun=new a(); sun.arr[0]=100; //此处会显示语法错误 } 查看完整描述