C#有关问题

C#问题if (_clear || textBox1.Text.Equals(0))textBox1.Text textBox1.Text + ((Button)sender).

C#问题

  if (_clear || textBox1.Text.Equals("0"))
  textBox1.Text = "";
  textBox1.Text += ((Button)sender).Text;
  _clear = false;
这段代码什么意思啊!!!!

[解决办法]
如果 _clear为true或者textbox1的内容为0,然后清空 textBox1 


textBox1的内容为 textBox1的内容加上sender的text
[解决办法]

探讨

如果 _clear为true或者textbox1的内容为0,然后清空 textBox1


textBox1的内容为 textBox1的内容加上sender的text

[解决办法]
探讨

如果 _clear为true或者textbox1的内容为0,然后清空 textBox1


textBox1的内容为 textBox1的内容加上sender的text

[解决办法]
探讨

如果 _clear为true或者textbox1的内容为0,然后清空 textBox1


textBox1的内容为 textBox1的内容加上sender的text