代码段: string t = ""; t = mv.textBox2.Text; int n = int.Parse(t); n = n + 1; mv.textBox2.Text = n.ToString();此代码可以讲textbox中的值递增。