摘要:
//整体importjava.util.*;publicclassEmployeeTest{publicstaticvoidmain(String[]args){Employee[]staff=newEmployee[3];staff[0]=newEmployee("CarlCracker",75000,1987,12,15);staff[1]=newEmployee("zhou",75000,1987,12,15);staff[2]=newEmployee("wen",75000,1987,12,15);for(Employeee: 阅读全文
posted @ 2012-06-07 10:07
Eason_zhou
阅读(668)
评论(0)
推荐(0)
浙公网安备 33010602011771号