摘要: public class Pet { String name; int age ; //无参构造 public void shout(){ System.out.println("叫了一声"); } public class Application { public static void main 阅读全文
posted @ 2022-03-27 11:11 HFUUwzy 阅读(29) 评论(0) 推荐(0)