报告如下格式的条件表达式

condition ? true : false
condition ? false : true

这些表达式可以安全地转换为


condition
!condition