摘要: 题目:录入学员信息并保存,当录入学员的编号为0时结束,展示出学员信息 //student类 public class Student { public int id; public String name; public int age; public Student() { super(); } 阅读全文
posted @ 2016-08-15 22:30 卡夫卡15 阅读(491) 评论(0) 推荐(0) 编辑