摘要: //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)
摘要: public class EmployeeText { public static void main(String[] args) { EmployeeText[] staff = new EmployeeText[3]; //用三个数组装下三个人员工资文件 staff[0] = new Empl 阅读全文
posted @ 2020-05-14 18:59 Methoiny 阅读(60) 评论(0) 推荐(0)