求助! 这句代码是什么意思?
binbin.body = this.lybody.Text;if (this.ishde.Checked)
{
binbin.ishide = true;
}
else
{
binbin.ishide = false;
}
特别是 if (this.ishde.Checked)
2016-05-14 09:49
2016-06-05 22:58
2016-06-12 21:19
2016-07-05 10:28
2016-08-05 21:45