摘要: 语法 类class public class Puppy { private int age; private String name; public List[Puppy] puppys; // 构造函数,初始化实例 public Puppy(String name) { this.name = 阅读全文
posted @ 2024-11-28 09:44 Nolca 阅读(5) 评论(0) 推荐(0) 编辑