摘要: namespace test_Console{ public class Man { public void Go() { Console.WriteLine("GO"); } } class Program { static void Main(string[] args) { Go<Man>() 阅读全文
posted @ 2021-05-07 23:52 二维一加零 阅读(104) 评论(0) 推荐(0)