Operator typeOperators单位 Unary+ - ++--算术 Arithmetic (and shift)* / % + - << >>关系 Relational> < >= <= == !=逻辑 Logical (and bitwise)&& || & | ^条件 Conditional (ternary)A > B ? X : Y赋值 Assignment= )