📜  为什么 if 命令在 C# 代码示例中不起作用

📅  最后修改于: 2022-03-11 14:48:46.799000             🧑  作者: Mango

代码示例1
int x = 10;
if x == 10 
console.writeline("hej");