某段截取
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;
}

浙公网安备 33010602011771号