某段截取

class Talent {
    private String name;
    private String gender;
    private int age;
    private String city;
 
    public Talent(String name, String gender, int age, String city) {
        this.name = name;
        this.gender = gender;
        this.age = age;
        this.city = city;
    }
posted @ 2023-05-17 08:28  没有名字的没有的人  阅读(13)  评论(0)    收藏  举报