.NET C# 实现 IEnumerable class Program { static void Main(string[] args) { IA aAs = new A(); foreach (var i in aAs) { Console.Write[...… 2019年7月20日 0条评论 436次阅读 0人点赞 阅读全文