闭包Closure

先贴代码: for (int i = 0; i < 10; i++) { System.Threading.ThreadPool.QueueUserWorkItem((o) => { Console.WriteLine(i); });
相关文章
相关标签/搜索