摘要: class Program { #region 委托作用 解耦,减少重复代码、异步多线程 #endregion #region Delegate委托 有返回值,无返回值都行 ,有参数无参数都行 //public delegate void myDelegate(); //static void Ma 阅读全文
posted @ 2022-01-04 15:37 【君莫笑】 阅读(50) 评论(0) 推荐(0)