对! 前两个容易, 最后一个有点绕, 我解释一下, 给别的网友看看。
eciel567
2024-11-08 20:44:03
( reads)
The XOR logic operation returns true if either of its inputs differ and false if they are all the same.
As the two inputs are the same, the operation returns false, which is 0, and negating 0 would be 1。
jinjiaodw
2024-11-08 22:00:29XOR好像叫逻辑异或,很少用