wangchw
1 public class Array{
2 public static void main(String[] args){
3   int[] array={1,2,3,4,5};
4   for(int i=0;i<array.length;i++){ 5     System.out.println(array[i]); 6     } 7   } 8 }

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-01-08
  • 2022-02-24
  • 2022-12-23
  • 2021-07-03
  • 2021-08-07
  • 2022-02-20
  • 2022-12-23
猜你喜欢
  • 2021-10-17
  • 2021-10-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案