最近得多学学基础了,基础还是很重要的~ int[] temp=new int[6]; int[] temp={1,2,3,4}; int[] temp= new int[]{1,2,3,4,5}; //和第二种差不多 持续更新~ 相关文章: 2021-10-22 2022-02-11 2022-02-12 2022-12-23 2022-12-23