摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace MethodInterface { class CA { public string Name; public int Age; } cla... 阅读全文
posted @ 2019-06-19 15:39 Jazzyan 阅读(71) 评论(0) 推荐(0)