关于Thread.Sleep()的问题
for (int i = 0; i < 10; i++) { Thread.Sleep(1000); this.textBox1.Text = i.ToString(); }