中英
三元运算符
  • 简明
  • 1
    三元运算符:在许多编程语言中使用的一个运算符,根据第三个值选择两个值中的一个。
  • 网络释义
  • 专业释义
  • 1

     ternary operator

    三元运算符(ternary operator): “ : ” 2. 表达式1 表达式2 : 表达式3 3.

  • 2

     IF-THEN-ELSE

    : 三元运算符IF-THEN-ELSE) , Y& e# Y s }! S

  • 3

     Ternary statement

    ... Trait (不翻) Ternary statement 三元运算符 Throw (Exception) 抛出(异常) ...

短语
  • 双语例句
  • 1
    所以在挑选运算时,请务必权衡一下利弊。
    So be sure to ponder your reasons when choosing the ternary operator.
  • 2
    在大部分语言中,我们可以使用运算?:来设置新变量的值。
    In most languages, we can use the tertiary operator? : to set the value of the new variable.
查看更多
  • 百科
  • 三元运算符

    语法:条件 ? 结果1 : 结果2 说明:问号前面的位置是判断的条件,如果满足条件时结果1,不满足时结果2。

查看更多