C# int A = 5; int B = 6; if (A >= B) ;Console.WriteLine(A>=B); 这串代码为什么会输出 False?

我要回帖

 

随机推荐