Think of the ternary operator as a shortened way of say if (true) { do this } else {do this }. It quickly returns a value on whether something ...
確定! 回上一頁