class Student
{
public int StudentId { get; set; } =1001;
public string Name { get; set; } ="张欣欣";
public int Age { get; set; } =25;
public string Gender { get; } ="男";
}
http://www.kenneth.mobi/wp-content/uploads/2023/10/6.0特性.zip
class Student
{
public int StudentId { get; set; } =1001;
public string Name { get; set; } ="张欣欣";
public int Age { get; set; } =25;
public string Gender { get; } ="男";
}
http://www.kenneth.mobi/wp-content/uploads/2023/10/6.0特性.zip
留言