c#利用循环将类实例化为对象
摘要:
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace array1 7 { 8 public class student 9 { 10 p 阅读全文
posted @ 2017-12-27 22:58 猪冰龙 阅读(783) 评论(0) 推荐(0) 编辑