首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > .NET Framework >

C#有关问题

2012-06-14 
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

热点排行