Bitwise OR(|), a|b, Returns true even if one operand is true ; Biwise XOR(^), a^b, Returns true if both operands are different ; Bitwise NOT(~), a ...
確定! 回上一頁