int list [] = new int [10]; for (int i= 0; i< list.length; i++){ System.out.println(list[i]); }//源代码片段来自云代码http://yuncode.net