美文网首页
2021年4月28日_三目运算符

2021年4月28日_三目运算符

作者: 微笑碧落 | 来源:发表于2021-04-27 22:35 被阅读0次
    • result = <expression> ? <statement1> : <statement3>;
    • 当表达式为真时候,执行 statement1, 否则就执行 statement3。

    相关文章

      网友评论

          本文标题:2021年4月28日_三目运算符

          本文链接:https://www.haomeiwen.com/subject/khxflltx.html