仅利用数组实现对学生信息的增删改查和排序,student类存放学生信息,studentmanager用于管理学生信息,里面是增删改查的方法,最后test类实现代码主页面和调用studentmanager中的方法.