读书人

C#有关问题

发布时间: 2012-06-14 16:00:31 作者: rapoo

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

读书人网 >.NET Framework

热点推荐