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
------解决方案--------------------
------解决方案--------------------
------解决方案--------------------