摘要: 1.public class Student { String name; double score; public Student() { } public Student(String name, int score) { this.name = name; this.score = score 阅读全文
posted @ 2020-05-07 12:32 吴东洋 阅读(134) 评论(0) 推荐(0) 编辑