C# Control.Invoke匿名委托时间:2023-03-09 13:20:26 if (txbValue.InvokeRequired) txbValue.Invoke(new MethodInvoker(delegate() { txbValue.Text = “test”; }));