摘要:
做个记录,以后看,student为自定义的类using System;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace TestCSharp{ class student:IEnumerable { int d = 200;//普通变量 public static int e = 300;//静态变量 public const in... 阅读全文