结构体 结构体不能重写默认无参构造函数 一位数组 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace m1w2d3_struct_array { //用结构体描述一个学生的信息 struct Student { public Point postion; public Rect body; int…