The ternary operator ( ?: ) is a shorthand for the if...else statement. · Do use the ternary operator when it makes your code more concise and more readable.
確定! 回上一頁