日期:2014-05-17 浏览次数:21105 次
private void button1_Click(object sender, EventArgs e) { if (textBox1.Text != "") { textBox1.Text = textBox1.Text.Substring(0, textBox1.Text.Length - 1); } }