代码如下:
static void Main(string[] args)
{
int x=1;
bool a = ++x * x > 3;
bool b =a ;//请赋值
Console.WriteLine(a==b);
} ----这个输出结果为true,而不是答案的false
慕的地6079101
我的提伯斯
code哒哒
相关分类