A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

 找回密码
 加入黑马

QQ登录

只需一步,快速开始

© 至尊宝的温柔 中级黑马   /  2015-11-6 21:40  /  228 人查看  /  0 人回复  /   0 人收藏 转载请遵从CC协议 禁止商业使用本文

  1. package com.heima;

  2. public class De_Duixiangshuzu {
  3.         public static void main(String[] args){
  4.                 Student[] arr = new Student[5];
  5.                 arr[0] = new Student("张三 ",23);
  6.                 arr[1] = new Student("李四",24);
  7.                 arr[2] = new Student("王五",25);
  8.                 for(int i = 0;i < arr.length;i++)
  9.                         System.out.println(arr[i]);
  10.                
  11.                
  12.         }
  13.        
  14. }
  15.        
复制代码

0 个回复

您需要登录后才可以回帖 登录 | 加入黑马