對! 前兩個容易, 最後一個有點繞, 我解釋一下, 給別的網友看看。

來源: 2024-11-08 20:44:03 [舊帖] [給我悄悄話] 本文已被閱讀:

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。