摘要: class Student{ public int number; public int state; public int score; public String info() { return number+"\t"+state+"\t"+score; } } public class Hel 阅读全文
posted @ 2021-07-16 18:24 权。 阅读(49) 评论(0) 推荐(0)