2017年5月4日
摘要: 第一种《通过委托》 class Program { static int Test(int i) { Console.WriteLine("test"+i); return 100; Thread.Sleep(10); //让当前线程休眠(暂停当前线程的执行)单位为毫秒ms } static voi 阅读全文
posted @ 2017-05-04 20:36 春天里的麦子 阅读(4411) 评论(0) 推荐(0)