分别利用List和ArrayList做一个小型的学生管理系统,实现添加学生和查询学生等功能?

class Program     {         static void Main(string[] args)         {             //创建学生实例             Student student1 = new Student("小明", "研7", "unity3D", "001");             Student student2 = new
相关文章
相关标签/搜索