发布网友
共2个回答
热心网友
int 是基本类型 不能用 new int(); 如果你想初始化 直接用 arr1[a]=0;
热心网友
int[] arr1=new int[4] 你是c敲多了吗追问arr1[a]=new int();这行有语法错误,之前的木有问题啊