比如,我定义了一个Student类,声明了Student类的对象数组Student students[20],其中每一个对象都已经有了数据资料,我现在想删除其中一个对象的资料,该怎么做?比如说删除students[7]。