摘要: 首先创建一个子线程 Thread th = new Thread(GetNowTime); th.IsBackground = true; th.Start(); 使用MethodInvoker 这个委托类型,输入参数无输出参数也无,就可以使用C#的MethodInvoker直接构造,关于Metho 阅读全文
posted @ 2020-12-16 17:02 沉迷代码不能自拔 阅读(123) 评论(0) 推荐(0) 编辑