我们通常需要在多线程中更新控件的值,用此方法不必自己写委托。 this.txtDemo.Invoke(new MethodInvoker(delegate { this.txtDemo.Text = "Text"; }));