当前位置: 代码迷 >> .NET Framework >> C#有关问题
  详细解决方案

C#有关问题

热度:24   发布时间:2016-05-02 00:27:54.0
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
  相关解决方案