package day01;

public class Case08 {
public static void main(String[] args) {
Student [] array=new Student[3];
Student one= new Student("ly",22);
Student two= new Student("ly",22);
Student three= new Student("ly",22);
array[0]=one;
array[1]=two;
array[2]=three;
System.out.println(array);//dizhi
}
}
扫码关注我们
微信号:SRE实战
拒绝背锅 运筹帷幄