摘要: public class Dog { String breed; int size; String colour; int age; void eat() { } void run() { } void sleep(){ } void name(){ } } 阅读全文
posted @ 2021-09-21 21:19 马冉冉 阅读(34) 评论(0) 推荐(0)