概述
ruby三元操作符
The ternary (or conditional) operator will evaluate an expression and return one value if it's true, and another value if it's false. It's a bit like a shorthand, compact if statement.
三元运算符(或条件运算符)将对表达式求值,如果为true,则返回一个值,如果为false,则返回另一个值。 这有点像速记,紧凑的if语句。
Ruby's ternary operator has its uses but it's also a bit controversial.
最后
以上就是鳗鱼大树为你收集整理的ruby三元操作符_Ruby中的三元(有条件的)运算符是什么?的全部内容,希望文章能够帮你解决ruby三元操作符_Ruby中的三元(有条件的)运算符是什么?所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复