C#三元运算符

           MessageBox.Show(true ? true ? "A" : "B" : "C");
            MessageBox.Show(true ? "3" : "4");