摘要: //EmployeeText类public class EmployeeText { public static void main(String[] args) { EmployeeText[] staff = new EmployeeText[3]; //用三个数组装下三个人员工资文件 staf 阅读全文
posted @ 2020-05-14 19:06 Methoiny 阅读(231) 评论(0) 推荐(0)