int a, b; a = Convert.ToInt32(textBox1); b = Convert.ToInt32(textBox2); textBox3.Text = Convert.ToString(a++ + b);
[此贴子已经被作者于2006-10-26 11:44:54编辑过]