分別利用List和ArrayList做一個小型的學生管理系統,實現添加學生和查詢學生等功能?

class Program     {         static void Main(string[] args)         {             //創建學生實例             Student student1 = new Student("小明", "研7", "unity3D", "001");             Student student2 = new
相關文章
相關標籤/搜索