Console.WriteLine("{0}",d=a>b?(a>c?a:c):b) c#中这句是什么意思?

C#
2025-02-18 02:15:30
推荐回答(1个)
回答1:

输出d,d当a大于b的时候a如果也大于c则d等于a,如果a小于c则d=c;a小于b的时候d=b